This commit is contained in:
etreschenkov 2026-05-22 09:45:48 +03:00
parent 6d35661561
commit f3503bfc24
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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;