LP#1521693 Sqitch instances for schema and concerto data user/berick/lp1521693-sqitch-reify-experiment
authorBill Erickson <berickxx@gmail.com>
Thu, 16 Jul 2015 19:57:23 +0000 (15:57 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 23 May 2016 19:58:03 +0000 (15:58 -0400)
commit7f2f4c09ae4a6c52230b461bf6cd43b7541fdff7
tree0c69116f376f84402751b6e96a3d1f3c4d5698d3
parent2f024d424fefe801aafaf9f9b2debab0c6b74483
LP#1521693 Sqitch instances for schema and concerto data

* Creates a new sqitch instance under Open-ILS/src/sql/schema/ for
  deploying the base Evergreen schema.

* Creates a new sqitch instance under Open-ILS/src/sql/test-data for
  deploying the sample (concerto) data set.

All SQL changes up through 0980 are represented in the base
schema file.  Any schema changes beyond that are represented
with individual deployment files, pending the next reification.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
41 files changed:
Open-ILS/src/sql/schema/README [new file with mode: 0644]
Open-ILS/src/sql/schema/deploy/data.MODS-xsl.sql [new file with mode: 0644]
Open-ILS/src/sql/schema/deploy/data.MODS3-xsl.sql [new file with mode: 0644]
Open-ILS/src/sql/schema/deploy/data.MODS32-xsl.sql [new file with mode: 0644]
Open-ILS/src/sql/schema/deploy/data.MODS33-xsl.sql [new file with mode: 0644]
Open-ILS/src/sql/schema/deploy/data.base.sql [new file with mode: 0644]
Open-ILS/src/sql/schema/deploy/data.marc21expand880.sql [new file with mode: 0644]
Open-ILS/src/sql/schema/deploy/data.tag-tables.sql [new file with mode: 0644]
Open-ILS/src/sql/schema/deploy/schema.base.sql [new file with mode: 0644]
Open-ILS/src/sql/schema/revert/README.revert [new file with mode: 0644]
Open-ILS/src/sql/schema/sqitch.conf [new file with mode: 0644]
Open-ILS/src/sql/schema/sqitch.plan [new file with mode: 0644]
Open-ILS/src/sql/schema/tools/create_database_extensions.sql [new file with mode: 0644]
Open-ILS/src/sql/schema/verify/README.verify [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/acq.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/assets_concerto.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/assets_extras.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/assets_fic.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/assets_fre.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/assets_graphic_880.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/assets_rda.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/auth_concerto.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/bibs_concerto.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/bibs_fic.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/bibs_fre.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/bibs_graphic_880.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/bibs_insert.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/bibs_maps.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/bibs_rda.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/env_create.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/env_destroy.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/libraries.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/neg_bal_custom_transactions.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/transactions.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/users_patrons_100.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/deploy/users_staff_134.sql [new file with mode: 0644]
Open-ILS/src/sql/test-data/revert/README.revert [new file with mode: 0644]
Open-ILS/src/sql/test-data/sqitch.conf [new file with mode: 0644]
Open-ILS/src/sql/test-data/sqitch.plan [new file with mode: 0644]
Open-ILS/src/sql/test-data/verify/README.verify [new file with mode: 0644]
Open-ILS/src/support-scripts/eg_db_config.in