mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 11:02:43 +02:00
2003.09.15_01h00 : auto commit
git-svn-id: http://piwigo.org/svn/trunk@112 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user