Changeset 1844 for trunk/install


Ignore:
Timestamp:
Feb 21, 2007, 12:40:02 AM (17 years ago)
Author:
plg
Message:

New: non picture files are now logged in history when downloaded. The
history filter was redesigned: #history.is_high replaced by
#history.image_type = high. The filter is simpler.

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/phpwebgallery_structure.sql

    r1817 r1844  
    127127  `image_id` mediumint(8) default NULL,
    128128  `summarized` enum('true','false') default 'false',
    129   `is_high` enum('true','false') default NULL,
     129  `image_type` enum('picture','high','other') default NULL,
    130130  PRIMARY KEY  (`id`),
    131131  KEY `history_i1` (`summarized`)
Note: See TracChangeset for help on using the changeset viewer.