Fixes and schema update stuff
This commit is contained in:
parent
ff263374ec
commit
ef2e0627e1
11 changed files with 1837 additions and 1 deletions
12
share/ddl/PostgreSQL/upgrade/4-5/001-auto.sql
Normal file
12
share/ddl/PostgreSQL/upgrade/4-5/001-auto.sql
Normal file
|
@ -0,0 +1,12 @@
|
|||
-- Convert schema 'share/ddl/_source/deploy/4/001-auto.yml' to 'share/ddl/_source/deploy/5/001-auto.yml':;
|
||||
|
||||
;
|
||||
BEGIN;
|
||||
|
||||
;
|
||||
ALTER TABLE organisations ADD COLUMN sector character varying(1);
|
||||
|
||||
;
|
||||
|
||||
COMMIT;
|
||||
|
Reference in a new issue