mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
5 lines
186 B
SQL
5 lines
186 B
SQL
DELETE FROM `auctionhouse`;
|
|
ALTER TABLE `auctionhouse`
|
|
DROP `id`,
|
|
ADD `id` bigint(20) unsigned NOT NULL default '0' FIRST,
|
|
ADD `location` tinyint(3) unsigned NOT NULL default '3';
|