Browse Source

Initialize Sqitch configuration.

Frederic G. MARAND 1 year ago
parent
commit
5addbce76f
3 changed files with 13 additions and 0 deletions
  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/
+