소스 검색

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/
+