diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index c06850a49..f37b8266b 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -629,6 +629,9 @@ function system_schema() { ), ), 'primary key' => array('type'), + 'indexes' => array( + 'title' => array('title'), + ), ); // This table's name is plural as some versions of MySQL can't create a |