octopod/migrations/verify/deployments.sql

8 lines
87 B
MySQL
Raw Normal View History

2020-12-09 16:20:24 +03:00
-- Verify octopod:deployments on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;