summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/search/helpers/search_installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/helpers/search_installer.php b/modules/search/helpers/search_installer.php
index 60ea83b7..f3225b4e 100644
--- a/modules/search/helpers/search_installer.php
+++ b/modules/search/helpers/search_installer.php
@@ -24,7 +24,7 @@ class search_installer {
`id` int(9) NOT NULL auto_increment,
`item_id` int(9),
`dirty` boolean default 1,
- `data` LONg-text default NULL,
+ `data` LONGTEXT default NULL,
PRIMARY KEY (`id`),
KEY(`item_id`),
FULLTEXT INDEX (`data`))