Skip to content

Commit

Permalink
Merge pull request #639 from alexandrebak42/dev
Browse files Browse the repository at this point in the history
Change the APE field validation to match all formats
  • Loading branch information
Hlavtox committed Nov 2, 2023
2 parents 1650f25 + 6d63a0a commit 083cb5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upgrade/sql/8.1.3.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
SET SESSION sql_mode='';
SET NAMES 'utf8mb4';

/* Change the ape field lenght to match all code formats */
ALTER TABLE `PREFIX_customer` CHANGE `ape` `ape` varchar(6) DEFAULT NULL;

/* We fixed some issues in older upgrade scripts. These are here to fix stores that have been upgraded in the meantime. */
/* PHP:drop_column_if_exists('product_attribute', 'location'); */;
/* PHP:drop_column_if_exists('product_attribute', 'quantity'); */;
Expand Down

0 comments on commit 083cb5d

Please sign in to comment.