Fixed small issue
authorMarcel Werk <burntime@woltlab.com>
Tue, 26 Jun 2012 13:09:26 +0000 (15:09 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 26 Jun 2012 13:09:26 +0000 (15:09 +0200)
wcfsetup/install/files/lib/system/database/editor/PostgreSQLDatabaseEditor.class.php

index 973b7d4fcb3734d39ceaf832487777279ba048b4..c9aa50680c016b8ae67ae3548506dae6bc6949aa 100644 (file)
@@ -233,7 +233,7 @@ class PostgreSQLDatabaseEditor extends DatabaseEditor {
                                $i++;
                        }
                }
-               else {
+               else if ($indexData['type'] != 'FULLTEXT') {
                        $indexName = $tableName.'_'.$indexName.'_key';
                }