From dcc3eb7f76cab3bafe5964e6b8aa36b0979a85e3 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 16 Jul 2015 15:57:23 -0400 Subject: [PATCH] Initialize Sqitch configuration. Signed-off-by: Bill Erickson --- Open-ILS/src/sql/sqitch.conf | 12 ++++++++++++ Open-ILS/src/sql/sqitch.plan | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 Open-ILS/src/sql/sqitch.conf create mode 100644 Open-ILS/src/sql/sqitch.plan 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/ + -- 2.11.0