aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert/change_derivation_source_file_nars_constraint.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch/revert/change_derivation_source_file_nars_constraint.sql')
-rw-r--r--sqitch/revert/change_derivation_source_file_nars_constraint.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/revert/change_derivation_source_file_nars_constraint.sql b/sqitch/revert/change_derivation_source_file_nars_constraint.sql
new file mode 100644
index 0000000..a2143f8
--- /dev/null
+++ b/sqitch/revert/change_derivation_source_file_nars_constraint.sql
@@ -0,0 +1,7 @@
+-- Revert guix-data-service:change_derivation_source_file_nars_constraint from pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;