Skip to content

Commit

Permalink
Add 8.0 queries
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rgan01 committed Apr 30, 2024
1 parent c30d267 commit 11dc9e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions upgrade/sql/8.0.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,8 @@ UPDATE `PREFIX_carrier` SET `name` = 'Click and collect' WHERE `name` = '0';
/* PHP:drop_column_if_exists('product_attribute', 'location'); */;
/* PHP:drop_column_if_exists('product_attribute', 'quantity'); */;
/* PHP:drop_column_if_exists('orders', 'shipping_number'); */;

ALTER TABLE `PREFIX_tab` DROP hide_host_mode;
ALTER TABLE `PREFIX_feature_flag`
CHANGE label_wording label_wording VARCHAR(512) DEFAULT '' NOT NULL,
CHANGE description_wording description_wording VARCHAR(512) DEFAULT '' NOT NULL;

0 comments on commit 11dc9e5

Please sign in to comment.