From de095d377859887352c7380e52ea89bcabf662a0 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 27 Oct 2018 18:45:06 -0700 Subject: Initial commit --- sqitch.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sqitch.conf (limited to 'sqitch.conf') 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 -- cgit v1.2.3