浏览代码

Initialize Sqitch configuration.

Frederic G. MARAND 1 年之前
父节点
当前提交
5addbce76f
共有 3 个文件被更改,包括 13 次插入0 次删除
  1. 1 0
      .gitignore
  2. 8 0
      sqitch.conf
  3. 4 0
      sqitch.plan

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.idea

+ 8 - 0
sqitch.conf

@@ -0,0 +1,8 @@
+[core]
+	engine = pg
+	# plan_file = sqitch.plan
+	# top_dir = .
+# [engine "pg"]
+	# target = db:pg:
+	# registry = sqitch
+	# client = psql

+ 4 - 0
sqitch.plan

@@ -0,0 +1,4 @@
+%syntax-version=1.0.0
+%project=flipr
+%uri=https://code.osinet.fr/fgm/sqitch_demo/
+