From 06bdd052bc74c6dae5420d8d7d85bca44d5494d4 Mon Sep 17 00:00:00 2001 From: Denis Fedoseev Date: Sat, 22 Jul 2017 15:52:21 +0900 Subject: [PATCH] Squitch initial config --- sqitch.conf | 8 ++++++++ sqitch.plan | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 sqitch.conf create mode 100644 sqitch.plan diff --git a/sqitch.conf b/sqitch.conf new file mode 100644 index 0000000..e310fca --- /dev/null +++ b/sqitch.conf @@ -0,0 +1,8 @@ +[core] + engine = sqlite + # plan_file = sqitch.plan + # top_dir = . +# [engine "sqlite"] + # target = db:sqlite: + # registry = sqitch + # client = sqlite3 diff --git a/sqitch.plan b/sqitch.plan new file mode 100644 index 0000000..f44c4cc --- /dev/null +++ b/sqitch.plan @@ -0,0 +1,4 @@ +%syntax-version=1.0.0 +%project=fotostore +%uri=https://rsscp.ru/ +