root/trunk/sql/updates/0.10/5297_mangos.sql @ 2

Revision 2, 0.6 kB (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 `game_event`
2    CHANGE COLUMN `start` `start_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Absolute start date, the event will never start before',
3    CHANGE COLUMN `end` `end_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Absolute end date, the event will never start afler';
4
5ALTER TABLE `pet_levelstats`
6    CHANGE COLUMN `int` `inte` smallint(5) unsigned NOT NULL;
7
8ALTER TABLE `player_levelstats`
9    CHANGE COLUMN `int` `inte` smallint(5) unsigned NOT NULL;
10
11ALTER TABLE `npc_option`
12    CHANGE COLUMN `option` `option_text`  text;
Note: See TracBrowser for help on using the browser.