1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/sql/db_update_1.2-alpha2_1.1-alpha3_mysql.sql

4 lines
179 B
SQL

ALTER TABLE {PREFIX}category ADD COLUMN sort_order int(11);
ALTER TABLE {PREFIX}category ADD COLUMN hide_sub int(1);
CREATE INDEX categoryso_idx ON {PREFIX}category (sort_order);