aboutsummaryrefslogtreecommitdiff
path: root/sqitch.conf
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-10-27 18:45:06 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-27 18:45:06 -0700
commitde095d377859887352c7380e52ea89bcabf662a0 (patch)
tree6cee6eb17c1977b85e01078e926499b33854047d /sqitch.conf
downloadbyspel-de095d377859887352c7380e52ea89bcabf662a0.tar.gz
byspel-de095d377859887352c7380e52ea89bcabf662a0.tar.bz2
byspel-de095d377859887352c7380e52ea89bcabf662a0.zip
Initial commit
Diffstat (limited to 'sqitch.conf')
-rw-r--r--sqitch.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/sqitch.conf b/sqitch.conf
new file mode 100644
index 0000000..b05fae1
--- /dev/null
+++ b/sqitch.conf
@@ -0,0 +1,10 @@
+[core]
+ engine = sqlite
+ top_dir = migrations
+ # plan_file = migrations/sqitch.plan
+# [engine "sqlite"]
+ # target = db:sqlite:
+ # registry = sqitch
+ # client = sqlite3
+[target "dev"]
+ uri = db:sqlite:target/main.db