diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2023-08-27 22:47:52 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-10-13 02:08:00 +0900 |
commit | 1a86128888a39b84057a488af4a13e4ec86f088d (patch) | |
tree | e4d393a76412ecff888ebf725f1e2f9e37f7a9cf |
Initialize Sqich configuration
-rw-r--r-- | sqitch.conf | 8 | ||||
-rw-r--r-- | sqitch.plan | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sqitch.conf b/sqitch.conf new file mode 100644 index 0000000..3447459 --- /dev/null +++ b/sqitch.conf @@ -0,0 +1,8 @@ +[core] + engine = pg + # plan_file = sqitch.plan + # top_dir = . +# [engine "pg"] + # target = db:pg: + # registry = sqitch + # client = psql diff --git a/sqitch.plan b/sqitch.plan new file mode 100644 index 0000000..a153a40 --- /dev/null +++ b/sqitch.plan @@ -0,0 +1,4 @@ +%syntax-version=1.0.0 +%project=photos +%uri=http://git.private.tojo.tokyo/ + |