From 0d277219fc5fea718d27d80e7ae68b6f4c2f4c4a Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 6 Feb 2012 20:59:20 +0000 Subject: multisize - added the coi (still to affine the admin ui + language) multisize - derivatives can be revuild from a larger derviative instead of the original git-svn-id: http://piwigo.org/svn/trunk@13038 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/db/116-database.php | 48 ++++++++++++++++++++++++++++++++++++++ install/piwigo_structure-mysql.sql | 1 + 2 files changed, 49 insertions(+) create mode 100644 install/db/116-database.php (limited to 'install') diff --git a/install/db/116-database.php b/install/db/116-database.php new file mode 100644 index 000000000..81fa3167b --- /dev/null +++ b/install/db/116-database.php @@ -0,0 +1,48 @@ + diff --git a/install/piwigo_structure-mysql.sql b/install/piwigo_structure-mysql.sql index 6ce563042..59d3e6f74 100644 --- a/install/piwigo_structure-mysql.sql +++ b/install/piwigo_structure-mysql.sql @@ -185,6 +185,7 @@ CREATE TABLE `piwigo_images` ( `filesize` mediumint(9) unsigned default NULL, `width` smallint(9) unsigned default NULL, `height` smallint(9) unsigned default NULL, + `coi` char(4) default NULL COMMENT 'center of interest', `representative_ext` varchar(4) default NULL, `date_metadata_update` date default NULL, `rating_score` float(5,2) unsigned default NULL, -- cgit v1.2.3