This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/share/ddl/PostgreSQL/upgrade/11-12/001-auto.sql
2017-10-23 15:46:30 +01:00

13 lines
208 B
PL/PgSQL

-- Convert schema 'share/ddl/_source/deploy/11/001-auto.yml' to 'share/ddl/_source/deploy/12/001-auto.yml':;
;
BEGIN;
;
ALTER TABLE feedback ADD COLUMN actioned boolean DEFAULT false NOT NULL;
;
COMMIT;