diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/config.sql | 1 | ||||
-rw-r--r-- | install/phpwebgallery_structure.sql | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/install/config.sql b/install/config.sql index 3933fd658..399b3fe8e 100644 --- a/install/config.sql +++ b/install/config.sql @@ -30,4 +30,3 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_complementar INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to the admin when a user registers'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment','false','Send an email to the admin when a valid comment is entered'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the admin when a comment requires validation'); -INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('ws_status','true','Web Service is active/inactive'); diff --git a/install/phpwebgallery_structure.sql b/install/phpwebgallery_structure.sql index 29ff65f8f..9e9ecb76a 100644 --- a/install/phpwebgallery_structure.sql +++ b/install/phpwebgallery_structure.sql @@ -365,6 +365,7 @@ CREATE TABLE `phpwebgallery_user_infos` ( `maxheight` smallint(6) default NULL, `expand` enum('true','false') NOT NULL default 'false', `show_nb_comments` enum('true','false') NOT NULL default 'false', + `show_nb_hits` enum('true','false') NOT NULL default 'false', `recent_period` tinyint(3) unsigned NOT NULL default '7', `template` varchar(255) NOT NULL default 'yoga/clear', `registration_date` datetime NOT NULL default '0000-00-00 00:00:00', |