From 7f0a4d949c20051b7de62f97a4944e90eb48c859 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sun, 14 Sep 2003 23:00:01 +0000 Subject: 2003.09.15_01h00 : auto commit git-svn-id: http://piwigo.org/svn/trunk@112 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/phpwebgallery_structure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/phpwebgallery_structure.sql') 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', -- cgit v1.2.3