harbor/make/migrations/postgresql/0052_2.2.2_schema.up.sql

2 lines
97 B
SQL

ALTER TABLE schedule ADD COLUMN IF NOT EXISTS revision integer;
UPDATE schedule set revision = 0;