octopod/migrations/revert/deployments.sql

8 lines
80 B
MySQL
Raw Permalink Normal View History

2020-12-09 16:20:24 +03:00
-- Revert octopod:deployments from pg
BEGIN;
DROP TABLE deployments;
COMMIT;