diff options
author | Christopher Baines <mail@cbaines.net> | 2019-04-14 10:06:13 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-04-14 10:06:13 +0100 |
commit | d69f77d59eefc1ca577d6df0cfe6d8cd46742b82 (patch) | |
tree | 86dd2c86d984dcbb49741e4852407af66587d2a8 /sqitch/sqitch.plan | |
parent | 70faad04371ff441793da4e6213ae0855723b019 (diff) | |
download | data-service-d69f77d59eefc1ca577d6df0cfe6d8cd46742b82.tar data-service-d69f77d59eefc1ca577d6df0cfe6d8cd46742b82.tar.gz |
Add some initial Sqitch migrations
These are based on the state of the current manually managed database.
Diffstat (limited to 'sqitch/sqitch.plan')
-rw-r--r-- | sqitch/sqitch.plan | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan index 4e50000..61fd9a9 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -2,3 +2,6 @@ %project=guix-data-service %uri=https://git.cbaines.net/guix/data-service/ +appschema 2019-04-13T11:43:59Z Christopher Baines <mail@cbaines.net> # Add schema for the Guix Data Service +buildstatus_enum [appschema] 2019-04-13T11:56:37Z Christopher Baines <mail@cbaines.net> # Creates the buildstatus enum +initial_import 2019-04-13T13:06:28Z Christopher Baines <mail@cbaines.net> # Import the manually managed database schema |