From 103bd8e8d22fed0cb2795ba28fe2e5acbfc4c744 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 19 Nov 2008 22:45:30 +0000 Subject: Add the original item height and width to the item table --- core/helpers/core_installer.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/helpers/core_installer.php') diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index d0162b9b..e0e4f7d9 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -50,6 +50,8 @@ class core_installer { `right` int(9) NOT NULL, `parent_id` int(9) NOT NULL, `level` int(9) NOT NULL, + `width` int(9) default NULL, + `height` int(9) default NULL, `thumbnail_width` int(9) default NULL, `thumbnail_height` int(9) default NULL, `resize_width` int(9) default NULL, -- cgit v1.2.3