From 513982b806cebba736010d7cd7d2ba321ec4233f Mon Sep 17 00:00:00 2001 From: "Joshua D. Drake" Date: Wed, 12 Aug 2015 18:19:05 +0000 Subject: [PATCH] JBAS-837 Initial sqitch configuration --- KCLS/sqitch/sqitch.conf | 8 ++++++++ KCLS/sqitch/sqitch.plan | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 KCLS/sqitch/sqitch.conf create mode 100644 KCLS/sqitch/sqitch.plan diff --git a/KCLS/sqitch/sqitch.conf b/KCLS/sqitch/sqitch.conf new file mode 100644 index 0000000000..5b505d05b8 --- /dev/null +++ b/KCLS/sqitch/sqitch.conf @@ -0,0 +1,8 @@ +# [core] + # engine = + # plan_file = sqitch.plan + # top_dir = . + # deploy_dir = deploy + # revert_dir = revert + # verify_dir = verify + # extension = sql diff --git a/KCLS/sqitch/sqitch.plan b/KCLS/sqitch/sqitch.plan new file mode 100644 index 0000000000..4c2d137a24 --- /dev/null +++ b/KCLS/sqitch/sqitch.plan @@ -0,0 +1,3 @@ +%syntax-version=1.0.0 +%project=kcls-evergreen + -- 2.11.0