Initialise Sqitch
It's a tool for managing the database schema.
This commit is contained in:
parent
dbec236928
commit
5621d52e97
2 changed files with 12 additions and 0 deletions
8
sqitch.conf
Normal file
8
sqitch.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[core]
|
||||||
|
engine = pg
|
||||||
|
# plan_file = sqitch.plan
|
||||||
|
# top_dir = .
|
||||||
|
# [engine "pg"]
|
||||||
|
# target = db:pg:
|
||||||
|
# registry = sqitch
|
||||||
|
# client = psql
|
||||||
4
sqitch.plan
Normal file
4
sqitch.plan
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
%syntax-version=1.0.0
|
||||||
|
%project=guix-data-service
|
||||||
|
%uri=https://git.cbaines.net/guix/data-service/
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue