guix-data-service/sqitch/verify/remove_guix_revision_duplicates.sql

8 lines
117 B
MySQL
Raw Normal View History

-- Verify guix-data-service:remove_guix_revision_duplicates on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;