Changeset 2592 for trunk/install


Ignore:
Timestamp:
Sep 26, 2008, 1:01:35 AM (16 years ago)
Author:
plg
Message:

feature 868 added: pwg.images.add checks if the same file has not alread
been uploaded.

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/piwigo_structure.sql

    r2521 r2592  
    194194  `high_filesize` mediumint(9) unsigned default NULL,
    195195  `level` tinyint unsigned NOT NULL default '0',
     196  `md5sum` char(32) default NULL,
    196197  PRIMARY KEY  (`id`),
    197198  KEY `images_i2` (`date_available`),
Note: See TracChangeset for help on using the changeset viewer.