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@62 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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 '',
|
||||
|
||||
Reference in New Issue
Block a user