aboutsummaryrefslogtreecommitdiffstats
path: root/admin/phpwebgallery_structure.sql
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-07-26 23:00:01 +0000
committerz0rglub <z0rglub@piwigo.org>2003-07-26 23:00:01 +0000
commit8a1d713948d467e5c27e087d3165b2f6c227e4f4 (patch)
tree18fc7e3f5e71555c0b4d9bad732cbb176dfd3878 /admin/phpwebgallery_structure.sql
parentc0d1ed215cdd610b16ed806db81ff07f6e65a43f (diff)
`/bin/date +"%Y.%m.%d_%Hh%M"`
git-svn-id: http://piwigo.org/svn/trunk@43 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/phpwebgallery_structure.sql')
-rw-r--r--admin/phpwebgallery_structure.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/phpwebgallery_structure.sql b/admin/phpwebgallery_structure.sql
index 4cc2f2bd1..63f551ea9 100644
--- a/admin/phpwebgallery_structure.sql
+++ b/admin/phpwebgallery_structure.sql
@@ -63,7 +63,9 @@ CREATE TABLE phpwebgallery_config (
upload_maxwidth_thumbnail smallint(5) unsigned NOT NULL default '150',
upload_maxheight_thumbnail smallint(5) unsigned NOT NULL default '100',
log enum('true','false') NOT NULL default 'false',
- comments_validation enum('true','false') NOT NULL default 'false'
+ comments_validation enum('true','false') NOT NULL default 'false',
+ comments_forall enum('true','false') NOT NULL default 'false',
+ authorize_cookies enum('true','false') NOT NULL default 'false'
) TYPE=MyISAM;
--