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

;
BEGIN;

;
ALTER TABLE task ADD COLUMN running bool DEFAULT '0' NOT NULL;

;

COMMIT;