Skip to content

Commit

Permalink
remove a too much comma at the end of an sql request
Browse files Browse the repository at this point in the history
  • Loading branch information
lartist committed Feb 3, 2023
1 parent 859867e commit 3c07f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/sql/8.1.0.sql
Expand Up @@ -18,7 +18,7 @@ INSERT INTO `PREFIX_configuration` (`name`, `value`, `date_add`, `date_upd`) VAL
INSERT INTO `PREFIX_configuration` (`name`, `value`, `date_add`, `date_upd`) VALUES
('PS_MAIL_SUBJECT_PREFIX', '1', NOW(), NOW());

ALTER TABLE `PREFIX_customized_data` MODIFY `value` varchar(1024) NOT NULL,;
ALTER TABLE `PREFIX_customized_data` MODIFY `value` varchar(1024) NOT NULL;

/* Add new product_attribute_lang table and fill it with data */
CREATE TABLE `PREFIX_product_attribute_lang` (
Expand Down

0 comments on commit 3c07f5e

Please sign in to comment.