root/trunk/sql/updates/0.5/1635_character.sql
@
2
Revision 2, 244 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | ALTER TABLE `character` CHANGE `honor` `highest_rank` INT( 11 ) DEFAULT '0' NOT NULL , |
2 | CHANGE `last_week_honor` `standing` INT( 11 ) DEFAULT '0' NOT NULL ; |
3 | ALTER TABLE `character` ADD `rating` FLOAT( 11 ) DEFAULT '0' NOT NULL AFTER `standing` ; |
Note: See TracBrowser
for help on using the browser.