This commit is contained in:
parent
69620bf7b7
commit
c99d53dd73
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
-- DB version: 3.13 -> 3.14
|
||||
|
||||
-- == alter exist tables ==
|
||||
ALTER TABLE BLACKLIST_MARKET ALTER COLUMN CODE TYPE varchar(12);
|
||||
|
||||
INSERT INTO DB_VERSION(ID, VERSION) values (1, '3.14') ON CONFLICT (ID) DO UPDATE SET VERSION = EXCLUDED.VERSION
|
||||
Loading…
Add table
Reference in a new issue