
Thanks to everyone who contributed to this release in any way, be it donations, information or testing. Merry Christmas :-)
3 lines
108 B
SQL
3 lines
108 B
SQL
alter table `inventory`
|
|
add column `equip_switch` int(11) unsigned NOT NULL default '0' after `unique_id`;
|