Files
2024-10-25 14:16:28 +02:00

4 lines
83 B
SQL

SET NAMES 'utf8';
ALTER TABLE `PREFIX_category_product` ADD INDEX (`id_product`);