diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-09 03:29:22 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-09 03:29:22 +0000 |
commit | 1ad7ca639ddb87af3755a4ac17ae5199fa5c4fc2 (patch) | |
tree | a44e94ad9bddd9bbe99c002550916d94ab7373f7 /core/helpers | |
parent | 445f18fb51a55102a95b6a1ffd388ee06ecd5041 (diff) |
Make the description a text column so that we can handle much larger
descriptions.
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, |