From 156d44dbdb371f970a496c4ef284bd88c97dc8ad Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Mon, 10 Mar 2014 14:48:22 -0400 Subject: [PATCH] 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 --- Open-ILS/src/sql/Pg/000.english.pg93.fts-config.sql | 1 + 1 file changed, 1 insertion(+) create mode 120000 Open-ILS/src/sql/Pg/000.english.pg93.fts-config.sql 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 -- 2.11.0