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

;
BEGIN;

;
ALTER TABLE task DROP COLUMN started_when;

;

COMMIT;