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