Skip to content

Commit 5ae8325

Browse files
szymonsztukaKatelyn Baker
authored andcommitted
DOCS - H2 database table upgrade notes from 3.0 to 3.2 fix - related to CORDA-1804. (corda#3654)
* Reassign the release version V3.0 to require running different SQL upgrade - related to CORDA-1804. * Reassign the release version V3.0 to require running different SQL upgrade - related to CORDA-1804 - missing comma. * Remove instruction for db upgrade from release candidates.
1 parent 63a3671 commit 5ae8325

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/source/upgrade-notes.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,12 @@ Database schema changes
4444
^^^^^^^^^^^^^^^^^^^^^^^
4545

4646
* Database upgrade - a typo has been corrected in the ``NODE_ATTACHMENTS_CONTRACTS`` table name.
47-
When upgrading from version 3.1, run the following command:
47+
When upgrading from versions 3.0 or 3.1, run the following command:
4848

4949
.. sourcecode:: sql
5050

5151
ALTER TABLE [schema].NODE_ATTCHMENTS_CONTRACTS RENAME TO NODE_ATTACHMENTS_CONTRACTS;
5252

53-
When upgrading from version 3.0, run the following command:
54-
55-
.. sourcecode:: sql
56-
57-
ALTER TABLE [schema].NODE_ATTACHMENTS_CONTRACT_CLASS_NAME RENAME TO NODE_ATTACHMENTS_CONTRACTS;
58-
5953
Schema name is optional, run SQL when the node is not running.
6054

6155
* Postgres database upgrade - Change the type of the ``checkpoint_value`` column to ``bytea``.

0 commit comments

Comments
 (0)