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

8 lines
80 B
PL/PgSQL

-- Revert octopod:deployments from pg
BEGIN;
DROP TABLE deployments;
COMMIT;