root/trunk/sql/updates/0.6/2516_auctionhouse.sql @ 2

Revision 2, 187 bytes (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1DELETE FROM `auctionhouse`;
2ALTER TABLE `auctionhouse` 
3  DROP `id`,
4  ADD `id` bigint(20) unsigned NOT NULL default '0' FIRST,
5  ADD `location` tinyint(3) unsigned NOT NULL default '3';
Note: See TracBrowser for help on using the browser.