mirror of
https://github.com/corda/corda.git
synced 2025-01-30 08:04:16 +00:00
Missing upgrade notes for table change in v3.1 - related to CORDA-1804 (#3567)
Document different upgrade notes for table name change from v3.0 or from v3.1/v3.2 to the current version (a table change introduced in v3.1 was not documented in upgrade notes).
This commit is contained in:
parent
382d65fbb1
commit
9f905da036
@ -69,7 +69,17 @@ UNRELEASED
|
|||||||
|
|
||||||
* H2 database upgrade - the table with a typo has been change, for each database instance and schema run the following SQL statement:
|
* H2 database upgrade - the table with a typo has been change, for each database instance and schema run the following SQL statement:
|
||||||
|
|
||||||
ALTER TABLE [schema].NODE_ATTCHMENTS_CONTRACTS RENAME TO NODE_ATTACHMENTS_CONTRACTS;
|
Upgrade from ``v3.0``:
|
||||||
|
|
||||||
|
.. sourcecode:: sql
|
||||||
|
|
||||||
|
ALTER TABLE [schema].NODE_ATTACHMENTS_CONTRACT_CLASS_NAME RENAME TO NODE_ATTACHMENTS_CONTRACTS;
|
||||||
|
|
||||||
|
Upgrade from ``v3.1``:
|
||||||
|
|
||||||
|
.. sourcecode:: sql
|
||||||
|
|
||||||
|
ALTER TABLE [schema].NODE_ATTCHMENTS_CONTRACTS RENAME TO NODE_ATTACHMENTS_CONTRACTS;
|
||||||
|
|
||||||
Schema is optional, run SQL when the node is not running.
|
Schema is optional, run SQL when the node is not running.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user