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