aboutsummaryrefslogtreecommitdiff
path: root/sqitch.conf
blob: b05fae1a7eec8a45fb5f504257e6afa14f1e5009 (plain) (blame)
1
2
3
4
5
6
7
8
9
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