[-] Installer: Fix #PSCFV-6392 redirect_type was missing on upgrade

This commit is contained in:
Rémi Gaillard
2012-12-31 13:52:15 +01:00
committed by Damien Metzger
parent d571f91e74
commit 2903ab096a
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE `PREFIX_product` ADD `redirect_type` ENUM('', '404', '301', '302') NOT NULL DEFAULT '404' AFTER `active`;
ALTER TABLE `PREFIX_product_shop` ADD `redirect_type` ENUM('', '404', '301', '302') NOT NULL DEFAULT '404' AFTER `active`;