/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:
parent
4f6dabea73
commit
a572c772b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue