Files
PrestaShop/install-dev/upgrade/sql/1.5.0.8.sql

5 lines
151 B
SQL

SET NAMES 'utf8';
ALTER TABLE `PREFIX_product` ADD `visibility` ENUM('both', 'catalog', 'search', 'none') NOT NULL default 'both' AFTER `indexed`;