Initialize Sqitch configuration.
authorBill Erickson <berickxx@gmail.com>
Thu, 16 Jul 2015 19:57:23 +0000 (15:57 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 28 Aug 2015 21:38:07 +0000 (17:38 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/sql/sqitch.conf [new file with mode: 0644]
Open-ILS/src/sql/sqitch.plan [new file with mode: 0644]

diff --git a/Open-ILS/src/sql/sqitch.conf b/Open-ILS/src/sql/sqitch.conf
new file mode 100644 (file)
index 0000000..9e75a9f
--- /dev/null
@@ -0,0 +1,12 @@
+[core]
+       engine = pg
+       # plan_file = sqitch.plan
+       # top_dir = .
+       # deploy_dir = deploy
+       # revert_dir = revert
+       # verify_dir = verify
+       # extension = sql
+# [engine "pg"]
+       # target = db:pg://evergreen@
+       # registry = sqitch
+       # client = psql
diff --git a/Open-ILS/src/sql/sqitch.plan b/Open-ILS/src/sql/sqitch.plan
new file mode 100644 (file)
index 0000000..5f03c5d
--- /dev/null
@@ -0,0 +1,4 @@
+%syntax-version=1.0.0
+%project=evergreen
+%uri=http://evergreen-ils.org/
+