Added is_fair column for fairly trading organisations
This commit is contained in:
parent
d6d4121cb3
commit
d4ff855251
10 changed files with 2451 additions and 1 deletions
12
share/ddl/SQLite/upgrade/18-19/001-auto.sql
Normal file
12
share/ddl/SQLite/upgrade/18-19/001-auto.sql
Normal file
|
@ -0,0 +1,12 @@
|
|||
-- Convert schema 'share\ddl\_source\deploy\18\001-auto.yml' to 'share\ddl\_source\deploy\19\001-auto.yml':;
|
||||
|
||||
;
|
||||
BEGIN;
|
||||
|
||||
;
|
||||
ALTER TABLE organisations ADD COLUMN is_fair boolean;
|
||||
|
||||
;
|
||||
|
||||
COMMIT;
|
||||
|
Reference in a new issue