LP1290499: Add PG 9.3 sym link to 9.1 config file user/rsteed/lp1290499_pg93_config_symlink
authorRemington Steed <rjs7@calvin.edu>
Mon, 10 Mar 2014 18:48:22 +0000 (14:48 -0400)
committerRemington Steed <rjs7@calvin.edu>
Mon, 10 Mar 2014 18:48:22 +0000 (14:48 -0400)
When building the database with Postgres 9.3, the script 'build-db.sh'
requires a file with the following name:

  000.english.pg93.fts-config.sql

This commit adds a symbolic link by that name to the 9.1 config file,
which allows the database to build successfully. This follows the example
of the 9.2 config file, which is already a sym link.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Open-ILS/src/sql/Pg/000.english.pg93.fts-config.sql [new symlink]

diff --git a/Open-ILS/src/sql/Pg/000.english.pg93.fts-config.sql b/Open-ILS/src/sql/Pg/000.english.pg93.fts-config.sql
new file mode 120000 (symlink)
index 0000000..0b24fd9
--- /dev/null
@@ -0,0 +1 @@
+000.english.pg91.fts-config.sql
\ No newline at end of file