updated sql script
This commit is contained in:
@@ -46,7 +46,8 @@ INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updat
|
|||||||
('thelia_extra_version','', 1, 1, NOW(), NOW()),
|
('thelia_extra_version','', 1, 1, NOW(), NOW()),
|
||||||
('front_cart_country_cookie_name','fcccn', 1, 1, NOW(), NOW()),
|
('front_cart_country_cookie_name','fcccn', 1, 1, NOW(), NOW()),
|
||||||
('front_cart_country_cookie_expires','2592000', 1, 1, NOW(), NOW()),
|
('front_cart_country_cookie_expires','2592000', 1, 1, NOW(), NOW()),
|
||||||
('sitemap_ttl','7200', 1, 1, NOW(), NOW());
|
('sitemap_ttl','7200', 1, 1, NOW(), NOW()),
|
||||||
|
('feed_ttl','7200', 1, 1, NOW(), NOW());
|
||||||
|
|
||||||
|
|
||||||
INSERT INTO `config_i18n` (`id`, `locale`, `title`, `description`, `chapo`, `postscriptum`) VALUES
|
INSERT INTO `config_i18n` (`id`, `locale`, `title`, `description`, `chapo`, `postscriptum`) VALUES
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updat
|
|||||||
('front_cart_country_cookie_expires','2592000', 1, 1, NOW(), NOW());
|
('front_cart_country_cookie_expires','2592000', 1, 1, NOW(), NOW());
|
||||||
INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updated_at`) VALUES
|
INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updated_at`) VALUES
|
||||||
('sitemap_ttl','7200', 1, 1, NOW(), NOW());
|
('sitemap_ttl','7200', 1, 1, NOW(), NOW());
|
||||||
|
INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updated_at`) VALUES
|
||||||
|
('feed_ttl','7200', 1, 1, NOW(), NOW());
|
||||||
|
|
||||||
ALTER TABLE `module` ADD INDEX `idx_module_activate` (`activate`);
|
ALTER TABLE `module` ADD INDEX `idx_module_activate` (`activate`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user