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

Revision 2, 298 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 
1ALTER TABLE `auctionhouse` 
2  MODIFY COLUMN `auctioneerguid` int(11) unsigned NOT NULL default '0',
3  MODIFY COLUMN `itemguid` int(11) unsigned NOT NULL default '0',
4  MODIFY COLUMN `itemowner` int(11) unsigned NOT NULL default '0',
5  MODIFY COLUMN `buyguid` int(11) unsigned NOT NULL default '0';
Note: See TracBrowser for help on using the browser.