From aabdb3e9295474760b2d3fd5d76d2c235970fe16 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 14 Feb 2007 22:53:02 +0000 Subject: New: history logs high quality access via action.php. A new column #history.is_high was added. Filter was added on administration history detail view. Modification: function get_sql_condition_FandF was slightly refactored for presentation improvement. git-svn-id: http://piwigo.org/svn/trunk@1817 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/db/51-database.php | 61 +++++++++++++++++++++++++++++++++++++ install/phpwebgallery_structure.sql | 1 + 2 files changed, 62 insertions(+) create mode 100644 install/db/51-database.php (limited to 'install') diff --git a/install/db/51-database.php b/install/db/51-database.php new file mode 100644 index 000000000..21b22d18b --- /dev/null +++ b/install/db/51-database.php @@ -0,0 +1,61 @@ + diff --git a/install/phpwebgallery_structure.sql b/install/phpwebgallery_structure.sql index 52c671eba..0b39c9018 100644 --- a/install/phpwebgallery_structure.sql +++ b/install/phpwebgallery_structure.sql @@ -126,6 +126,7 @@ CREATE TABLE `phpwebgallery_history` ( `tag_ids` varchar(50) default NULL, `image_id` mediumint(8) default NULL, `summarized` enum('true','false') default 'false', + `is_high` enum('true','false') default NULL, PRIMARY KEY (`id`), KEY `history_i1` (`summarized`) ) TYPE=MyISAM; -- cgit v1.2.3