Added is_fair column for fairly trading organisations

This commit is contained in:
Tom Bloor 2018-01-02 19:56:48 +00:00
parent d6d4121cb3
commit d4ff855251
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
10 changed files with 2451 additions and 1 deletions

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