From 2aaf263b9e898d3f94f76980fb3b6769e44dbc9e Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 9 Mar 2009 03:33:49 +0000 Subject: On second thought, make the description column varchar(2048) instead. If I understand correctly, this is better for performance. I could be wrong here, though. --- core/helpers/core_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index 195983e1..bee06181 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` text default NULL, + `description` varchar(2048) default NULL, `height` int(9) default NULL, `id` int(9) NOT NULL auto_increment, `left` int(9) NOT NULL, -- cgit v1.2.3