mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
/bin/date +"%Y.%m.%d_%Hh%M"
git-svn-id: http://piwigo.org/svn/trunk@65 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
DROP TABLE IF EXISTS phpwebgallery_categories;
|
||||
CREATE TABLE phpwebgallery_categories (
|
||||
id smallint(5) unsigned NOT NULL auto_increment,
|
||||
date_last date NOT NULL default '0000-00-00',
|
||||
date_last date default NULL,
|
||||
nb_images mediumint(8) unsigned NOT NULL default '0',
|
||||
name varchar(255) NOT NULL default '',
|
||||
id_uppercat smallint(5) unsigned default NULL,
|
||||
|
||||
Reference in New Issue
Block a user