aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/revert/create_outputs.sql
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-05-21 18:07:29 +0100
committerChristopher Baines <mail@cbaines.net>2021-05-21 20:29:38 +0100
commit3782b81da0ed258c10acb7ffc43b18d5af50e28b (patch)
treeb92e2ba7902c1e5ba01f888fd0518cbc6d45c464 /sqitch/sqlite/revert/create_outputs.sql
parent132a94246f80e17922f2e6d5b584324a09cb0bf8 (diff)
downloadbuild-coordinator-3782b81da0ed258c10acb7ffc43b18d5af50e28b.tar
build-coordinator-3782b81da0ed258c10acb7ffc43b18d5af50e28b.tar.gz
Introduce an outputs table
Diffstat (limited to 'sqitch/sqlite/revert/create_outputs.sql')
-rw-r--r--sqitch/sqlite/revert/create_outputs.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/sqlite/revert/create_outputs.sql b/sqitch/sqlite/revert/create_outputs.sql
new file mode 100644
index 0000000..2fa2cba
--- /dev/null
+++ b/sqitch/sqlite/revert/create_outputs.sql
@@ -0,0 +1,7 @@
+-- Revert guix-build-coordinator:create_outputs from sqlite
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;