mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
2 lines
120 B
SQL
2 lines
120 B
SQL
alter table `item_template`
|
|
add column `HolidayId` int(11) UNSIGNED DEFAULT '0' NOT NULL after `ItemLimitCategory`;
|