aboutsummaryrefslogtreecommitdiffstats
path: root/admin/phpwebgallery_structure.sql
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-08-30 23:00:01 +0000
committerz0rglub <z0rglub@piwigo.org>2003-08-30 23:00:01 +0000
commit787ae761f41fec2c68cf4e4ed2f7c89f20ac02a1 (patch)
tree4aad12985e04448449bb75179b7f5b3920121234 /admin/phpwebgallery_structure.sql
parent044fba02566cd1854e8a1721a74552073a6ad2e3 (diff)
`/bin/date +"%Y.%m.%d_%Hh%M"`
git-svn-id: http://piwigo.org/svn/trunk@62 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/phpwebgallery_structure.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/phpwebgallery_structure.sql b/admin/phpwebgallery_structure.sql
index 95d550c99..c96ccc378 100644
--- a/admin/phpwebgallery_structure.sql
+++ b/admin/phpwebgallery_structure.sql
@@ -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 '',