schema and map code updated, test fixed

This commit is contained in:
Finn 2017-12-08 13:19:22 +00:00
parent fb25cbe773
commit e6c236e1ff
13 changed files with 2441 additions and 5 deletions

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