Changeset 1817 for trunk/install


Ignore:
Timestamp:
Feb 14, 2007, 11:53:02 PM (17 years ago)
Author:
plg
Message:

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.

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/phpwebgallery_structure.sql

    r1791 r1817  
    127127  `image_id` mediumint(8) default NULL,
    128128  `summarized` enum('true','false') default 'false',
     129  `is_high` enum('true','false') default NULL,
    129130  PRIMARY KEY  (`id`),
    130131  KEY `history_i1` (`summarized`)
Note: See TracChangeset for help on using the changeset viewer.