Bug 11155: remove old PostgreSQL schema and MARC framework scripts
authorGalen Charlton <gmc@esilibrary.com>
Fri, 13 Dec 2013 01:29:09 +0000 (01:29 +0000)
committerFridolin SOMERS <fridolin.somers@biblibre.com>
Mon, 30 Dec 2013 10:28:52 +0000 (11:28 +0100)
commit83823153cfa50d0b0d80b2c42515fcfaa4a52332
tree7898524c7b519e17eaca98bd7c203ddd30e6fde6
parent7f57015aa99c9a99cf5d0715f9c55222941c1c27
Bug 11155: remove old PostgreSQL schema and MARC framework scripts

This patch removes the legacy Pg schema and MARC framework scripts
as they're out of date.  They will be replaced by use of DBIx::Class
to deploy the schema.  Loading the sample data and settings will be
accomplished either by making the current scripts in installer/data/mysql
DBMS-independent (or, at least, able to be processed by both MySQL and Pg),
converting them to flat text files and writing code to load them, or a
combination of the two approaches.

To test:

[1] Verify that installer/data/Pg is removed.  There is some code
    in C4::Installer that refers to that directory, but it cannot
    be reached through normal means.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 458ef35a6a5c7da5523e8c1c208fdf3fee5ae4b6)
Signed-off-by: Fridolin SOMERS <fridolin.somers@biblibre.com>
installer/data/Pg/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql [deleted file]
installer/data/Pg/en/marcflavour/marc21/mandatory/authorities_normal_marc21.txt [deleted file]
installer/data/Pg/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql [deleted file]
installer/data/Pg/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt [deleted file]
installer/data/Pg/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql [deleted file]
installer/data/Pg/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt [deleted file]
installer/data/Pg/kohastructure.sql [deleted file]