Merge pull request #503 from mespeche/mespeche

Added store_description
This commit is contained in:
Julien
2014-07-08 15:21:33 +02:00
10 changed files with 72 additions and 22 deletions

View File

@@ -40,6 +40,7 @@ INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updat
('session_config.default', '1', 1, 1, NOW(), NOW()),
('default_lang_without_translation', '1', 1, 1, NOW(), NOW()),
('store_name','', 0, 1, NOW(), NOW()),
('store_description','', 0, 1, NOW(), NOW()),
('store_email','', 0, 1, NOW(), NOW()),
('one_domain_foreach_lang','0', 1, 1, NOW(), NOW()),
('thelia_version','2.0.2', 1, 1, NOW(), NOW()),