aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-09-14 23:00:01 +0000
committerz0rglub <z0rglub@piwigo.org>2003-09-14 23:00:01 +0000
commit7f0a4d949c20051b7de62f97a4944e90eb48c859 (patch)
tree150f999396b01d0fa038b97ab4e2168c0f7fdf95
parentbc8f987a999743414b230d9165be4d3c42c99f85 (diff)
2003.09.15_01h00 : auto commit
git-svn-id: http://piwigo.org/svn/trunk@112 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 f28595895..f800ee568 100644
--- a/admin/phpwebgallery_structure.sql
+++ b/admin/phpwebgallery_structure.sql
@@ -46,7 +46,7 @@ CREATE TABLE phpwebgallery_comments (
DROP TABLE IF EXISTS phpwebgallery_config;
CREATE TABLE phpwebgallery_config (
- prefix_thumbnail varchar(10) NOT NULL default 'TN-',
+ prefix_thumbnail varchar(10) default 'TN-',
webmaster varchar(255) NOT NULL default '',
mail_webmaster varchar(255) NOT NULL default '',
access enum('free','restricted') default 'free',