Add store_description field for SEO

This commit is contained in:
Michaël Espeche
2014-06-26 14:25:04 +02:00
parent 6661341eb4
commit 202969fde9
8 changed files with 30 additions and 6 deletions

View File

@@ -39,6 +39,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()),