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

8 lines
87 B
PL/PgSQL

-- Verify octopod:deployments on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;