aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-02-26 14:20:06 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-01 02:28:55 +0900
commit542904218dcdebb3fe90023318eac8fccfa9d2ca (patch)
treed617240e43869ccb024873b8f300f1c8a9f3d55c
parent42a7a626e3dc358ab27699dd753ae89b27493daa (diff)
Initialize Sqitch configuration.
-rw-r--r--sqitch.conf8
-rw-r--r--sqitch.plan4
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..01ccc7a
--- /dev/null
+++ b/sqitch.plan
@@ -0,0 +1,4 @@
+%syntax-version=1.0.0
+%project=kakeibo
+%uri=http://http//git.private.tojo.tokyo/kakeibo.git
+