Remove duplicates from the guix_revisions table
This commit is contained in:
parent
a104fbc5e1
commit
9fc6dd08e6
4 changed files with 52 additions and 0 deletions
7
sqitch/revert/remove_guix_revision_duplicates.sql
Normal file
7
sqitch/revert/remove_guix_revision_duplicates.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:remove_guix_revision_duplicates from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue