fix ddl
This commit is contained in:
parent
6d35661561
commit
f3503bfc24
2 changed files with 2 additions and 2 deletions
|
|
@ -5852,4 +5852,4 @@ GRANT ALL PRIVILEGES ON TABLE ORDER_CURRENCY_HISTORY TO clearing;
|
|||
|
||||
-- Data types
|
||||
|
||||
INSERT INTO DB_VERSION(ID, VERSION) values (1, '3.24') ON CONFLICT (ID) DO UPDATE SET VERSION = EXCLUDED.VERSION
|
||||
INSERT INTO DB_VERSION(ID, VERSION) values (1, '3.26') ON CONFLICT (ID) DO UPDATE SET VERSION = EXCLUDED.VERSION
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
-- DB version: 3.24 -> 3.25
|
||||
-- DB version: 3.25 -> 3.26
|
||||
|
||||
|
||||
ALTER TABLE ORDER_CURRENCY ADD COLUMN IF NOT EXISTS EXCHANGE_ORDER_ID BIGINT;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue