diff options
Diffstat (limited to 'core/helpers')
-rw-r--r-- | core/helpers/core_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index 5c3b9ff0..195983e1 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -56,7 +56,7 @@ class core_installer { $db->query("CREATE TABLE {items} ( `album_cover_item_id` int(9) default NULL, `created` int(9) default NULL, - `description` varchar(255) default NULL, + `description` text default NULL, `height` int(9) default NULL, `id` int(9) NOT NULL auto_increment, `left` int(9) NOT NULL, |