From: Remington Steed Date: Mon, 10 Mar 2014 18:48:22 +0000 (-0400) Subject: LP1290499: Add PG 9.3 sym link to 9.1 config file X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Frsteed%2Flp1290499_pg93_config_symlink;p=working%2FEvergreen.git LP1290499: Add PG 9.3 sym link to 9.1 config file 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 --- 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 index 0000000000..0b24fd90f5 --- /dev/null +++ b/Open-ILS/src/sql/Pg/000.english.pg93.fts-config.sql @@ -0,0 +1 @@ +000.english.pg91.fts-config.sql \ No newline at end of file