From c7b2090f0cd68acf7e952a71ba30aa4c9edb6a45 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 19 Nov 2008 03:29:53 +0000 Subject: add the mime type column on the item table --- core/helpers/core_installer.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/helpers/core_installer.php') diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index 680d44a3..44fb0a85 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -45,6 +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, `left` int(9) NOT NULL, `right` int(9) NOT NULL, `parent_id` int(9) NOT NULL, -- cgit v1.2.3