/bin/date +"%Y.%m.%d_%Hh%M"
git-svn-id: http://piwigo.org/svn/trunk@62 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
044fba0256
commit
787ae761f4
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ CREATE TABLE phpwebgallery_users (
|
|||
DROP TABLE IF EXISTS phpwebgallery_waiting;
|
||||
CREATE TABLE phpwebgallery_waiting (
|
||||
id int(10) unsigned NOT NULL auto_increment,
|
||||
category_id smallint(5) unsigned NOT NULL default '0',
|
||||
storage_category_id smallint(5) unsigned NOT NULL default '0',
|
||||
file varchar(255) NOT NULL default '',
|
||||
username varchar(255) NOT NULL default '',
|
||||
mail_address varchar(255) NOT NULL default '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue