[-] IN : FIX #PSCFV-10246 errors in stricts sql-mode, thanks @enumag

This commit is contained in:
gRoussac
2013-09-23 15:17:15 +02:00
parent c6222c51c8
commit dedc59f1db
6 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ SET NAMES 'utf8';
/* PHP:p1531_redirect_type(); */;
ALTER TABLE `PREFIX_cart` CHANGE `delivery_option` `delivery_option` TEXT NOT NULL;
ALTER IGNORE TABLE `PREFIX_cart` CHANGE `delivery_option` `delivery_option` TEXT NOT NULL;