From: Bill Erickson Date: Thu, 16 Jul 2015 19:57:23 +0000 (-0400) Subject: Initialize Sqitch configuration. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dcc3eb7f76cab3bafe5964e6b8aa36b0979a85e3;p=working%2FEvergreen.git Initialize Sqitch configuration. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/sql/sqitch.conf b/Open-ILS/src/sql/sqitch.conf new file mode 100644 index 0000000000..9e75a9f1de --- /dev/null +++ b/Open-ILS/src/sql/sqitch.conf @@ -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 index 0000000000..5f03c5d1ad --- /dev/null +++ b/Open-ILS/src/sql/sqitch.plan @@ -0,0 +1,4 @@ +%syntax-version=1.0.0 +%project=evergreen +%uri=http://evergreen-ils.org/ +