about summary refs log tree commit diff
path: root/sql/PostgreSQL/downgrade/4-3/001-auto.sql
blob: e40aafe9ca46de579c7ef5034396c5f2829b38b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
-- Convert schema 'sql/_source/deploy/4/001-auto.yml' to 'sql/_source/deploy/3/001-auto.yml':;

;
BEGIN;

;
ALTER TABLE task ADD CONSTRAINT "task_projectid" UNIQUE (projectid);

;

COMMIT;