octopod/migrations/revert/add_archived_status.sql
2020-12-09 18:31:07 +03:00

8 lines
86 B
PL/PgSQL

-- Revert octopod:add_archived_status from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;