schema and map code updated, test fixed
This commit is contained in:
parent
fb25cbe773
commit
e6c236e1ff
13 changed files with 2441 additions and 5 deletions
12
share/ddl/PostgreSQL/upgrade/17-18/001-auto.sql
Normal file
12
share/ddl/PostgreSQL/upgrade/17-18/001-auto.sql
Normal file
|
@ -0,0 +1,12 @@
|
|||
-- Convert schema 'share/ddl/_source/deploy/17/001-auto.yml' to 'share/ddl/_source/deploy/18/001-auto.yml':;
|
||||
|
||||
;
|
||||
BEGIN;
|
||||
|
||||
;
|
||||
ALTER TABLE entity_association ADD COLUMN esta boolean;
|
||||
|
||||
;
|
||||
|
||||
COMMIT;
|
||||
|
Reference in a new issue