diff options
author | Christopher Baines <mail@cbaines.net> | 2020-04-09 21:09:19 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-04-10 20:34:47 +0100 |
commit | 23e97d15becc5849157b9f215fac240be07ed717 (patch) | |
tree | 8b3f4492bc2393c38608d1484d62443df93072f5 /sqitch/pg/deploy | |
parent | d277fa10b8492dc8e34d3763cc70f2b6665c71ad (diff) | |
download | build-coordinator-23e97d15becc5849157b9f215fac240be07ed717.tar build-coordinator-23e97d15becc5849157b9f215fac240be07ed717.tar.gz |
Add initial agent related tables
Diffstat (limited to 'sqitch/pg/deploy')
-rw-r--r-- | sqitch/pg/deploy/initial_agent_tables.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/pg/deploy/initial_agent_tables.sql b/sqitch/pg/deploy/initial_agent_tables.sql new file mode 100644 index 0000000..0db0fab --- /dev/null +++ b/sqitch/pg/deploy/initial_agent_tables.sql @@ -0,0 +1,7 @@ +-- Deploy guix-build-coordinator:initial_agent_tables to pg + +BEGIN; + +-- XXX Add DDLs here. + +COMMIT; |