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/sqitch.plan | |
parent | d277fa10b8492dc8e34d3763cc70f2b6665c71ad (diff) | |
download | build-coordinator-23e97d15becc5849157b9f215fac240be07ed717.tar build-coordinator-23e97d15becc5849157b9f215fac240be07ed717.tar.gz |
Add initial agent related tables
Diffstat (limited to 'sqitch/sqitch.plan')
-rw-r--r-- | sqitch/sqitch.plan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan index 812a090..ff6995b 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -4,3 +4,4 @@ schema 2020-04-03T21:01:15Z Christopher Baines <mail@cbaines.net> # Create a schema initial_derivation_tables 2020-04-04T09:48:34Z Christopher Baines <mail@cbaines.net> # Create initial derivation related tables create_builds 2020-04-06T18:50:48Z Christopher Baines <mail@cbaines.net> # Create builds +initial_agent_tables 2020-04-09T20:03:53Z Christopher Baines <mail@cbaines.net> # Create initial tables for agent related state |