diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-08 09:09:13 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-08 09:09:13 +0000 |
commit | 797ddead2ae5f678eee182993023f524f8536d9f (patch) | |
tree | 1a21201fd6898948b066d96930ea72a8ecac72a3 /install/piwigo_structure-mysql.sql | |
parent | 6e3a69f232d1910f0f780f37c476b25964990f76 (diff) |
bug:1791 display hd dimensions instead of websize dimensions
git-svn-id: http://piwigo.org/svn/trunk@10157 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/piwigo_structure-mysql.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/piwigo_structure-mysql.sql b/install/piwigo_structure-mysql.sql index 44c627b5f..31b5183ce 100644 --- a/install/piwigo_structure-mysql.sql +++ b/install/piwigo_structure-mysql.sql @@ -192,6 +192,8 @@ CREATE TABLE `piwigo_images` ( `path` varchar(255) NOT NULL default '', `storage_category_id` smallint(5) unsigned default NULL, `high_filesize` mediumint(9) unsigned default NULL, + `high_width` smallint(9) unsigned default NULL, + `high_height` smallint(9) unsigned default NULL, `level` tinyint unsigned NOT NULL default '0', `md5sum` char(32) default NULL, `added_by` smallint(5) NOT NULL default '0', |