Add new entry : store_description
This commit is contained in:
@@ -6,6 +6,9 @@ UPDATE `config` SET `value`='2.0.3' WHERE `name`='thelia_version';
|
|||||||
UPDATE `config` SET `value`='3' WHERE `name`='thelia_release_version';
|
UPDATE `config` SET `value`='3' WHERE `name`='thelia_release_version';
|
||||||
UPDATE `config` SET `value`='' WHERE `name`='thelia_extra_version';
|
UPDATE `config` SET `value`='' WHERE `name`='thelia_extra_version';
|
||||||
|
|
||||||
|
INSERT INTO `config` (`name`, `value`, `secured`, `hidden`, `created_at`, `updated_at`) VALUES
|
||||||
|
('store_description', '', 0, 0, NOW(), NOW());
|
||||||
|
|
||||||
# Add new column to order (version, version_created_at, version_created_by)
|
# Add new column to order (version, version_created_at, version_created_by)
|
||||||
|
|
||||||
ALTER TABLE `order` ADD `version` INT DEFAULT 0 AFTER `updated_at`;
|
ALTER TABLE `order` ADD `version` INT DEFAULT 0 AFTER `updated_at`;
|
||||||
|
|||||||
Reference in New Issue
Block a user