diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-19 03:39:38 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-19 03:39:38 +0000 |
commit | 3e67a35cb063bc58011b7be9c07454ff3800fc7e (patch) | |
tree | e16ce6977eb7e9b2140d4917dfbf6ef13980d7f5 | |
parent | 89bb3c42f713ace310b64d7e1c9ce8aebc8fc373 (diff) |
change mime_type column from 255 chars to 64
-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 44fb0a85..d0162b9b 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -45,7 +45,7 @@ class core_installer { `title` char(255) default NULL, `description` char(255) default NULL, `name` char(255) default NULL, - `mime_type` char(255) default NULL, + `mime_type` char(64) default NULL, `left` int(9) NOT NULL, `right` int(9) NOT NULL, `parent_id` int(9) NOT NULL, |