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)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 23 Dec 2013 16:12:45 +0000 (16:12 +0000)
commit458ef35a6a5c7da5523e8c1c208fdf3fee5ae4b6
tree023a0cb0b05751b00d6b1e45e5de441085ca0e85
parent7137ee91e0a9c5278d15c116612c62d2c2bd1926
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>
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]