From f89f70c5a7a4f5b66bf7d2a749297479e043141a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 21 May 2021 19:44:23 +0100 Subject: Introduce a systems table --- sqitch/pg/deploy/create_systems.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sqitch/pg/deploy/create_systems.sql (limited to 'sqitch/pg/deploy/create_systems.sql') diff --git a/sqitch/pg/deploy/create_systems.sql b/sqitch/pg/deploy/create_systems.sql new file mode 100644 index 0000000..2b34f76 --- /dev/null +++ b/sqitch/pg/deploy/create_systems.sql @@ -0,0 +1,7 @@ +-- Deploy guix-build-coordinator:create_systems to pg + +BEGIN; + +-- XXX Add DDLs here. + +COMMIT; -- cgit v1.2.3