From e887ed678701a7bb7df3941c3138c62edb527b56 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 26 Jun 2012 15:09:26 +0200 Subject: [PATCH] Fixed small issue --- .../system/database/editor/PostgreSQLDatabaseEditor.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/database/editor/PostgreSQLDatabaseEditor.class.php b/wcfsetup/install/files/lib/system/database/editor/PostgreSQLDatabaseEditor.class.php index 973b7d4fcb..c9aa50680c 100644 --- a/wcfsetup/install/files/lib/system/database/editor/PostgreSQLDatabaseEditor.class.php +++ b/wcfsetup/install/files/lib/system/database/editor/PostgreSQLDatabaseEditor.class.php @@ -233,7 +233,7 @@ class PostgreSQLDatabaseEditor extends DatabaseEditor { $i++; } } - else { + else if ($indexData['type'] != 'FULLTEXT') { $indexName = $tableName.'_'.$indexName.'_key'; } -- 2.20.1