From 797ddead2ae5f678eee182993023f524f8536d9f Mon Sep 17 00:00:00 2001 From: mistic100 Date: Fri, 8 Apr 2011 09:09:13 +0000 Subject: bug:1791 display hd dimensions instead of websize dimensions git-svn-id: http://piwigo.org/svn/trunk@10157 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/piwigo_structure-pdo-sqlite.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/piwigo_structure-pdo-sqlite.sql') diff --git a/install/piwigo_structure-pdo-sqlite.sql b/install/piwigo_structure-pdo-sqlite.sql index a46c5929d..f89fd160f 100644 --- a/install/piwigo_structure-pdo-sqlite.sql +++ b/install/piwigo_structure-pdo-sqlite.sql @@ -188,6 +188,8 @@ CREATE TABLE piwigo_images "path" VARCHAR(255) default '' NOT NULL, "storage_category_id" INTEGER, "high_filesize" INTEGER, + "high_width" INTEGER, + "high_height" INTEGER, "level" INTEGER default 0 NOT NULL, "md5sum" CHAR(32), "added_by" INTEGER default 0 NOT NULL, -- cgit v1.2.3