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

;
BEGIN;

;
ALTER TABLE task ADD COLUMN started_when timestamp;

;

COMMIT;