diff options
author | Neo2003 <none@none> | 2008-10-02 16:23:55 -0500 |
---|---|---|
committer | Neo2003 <none@none> | 2008-10-02 16:23:55 -0500 |
commit | 9b1c0e006f20091f28f3f468cfcab1feb51286bd (patch) | |
tree | b5d1ba94a656e6679f8737f9ea6bed1239b73b14 /sql/updates/0.5/1635_character.sql |
[svn] * Proper SVN structureinit
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/0.5/1635_character.sql')
-rw-r--r-- | sql/updates/0.5/1635_character.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/0.5/1635_character.sql b/sql/updates/0.5/1635_character.sql new file mode 100644 index 00000000000..c70fc62d8e4 --- /dev/null +++ b/sql/updates/0.5/1635_character.sql @@ -0,0 +1,3 @@ +ALTER TABLE `character` CHANGE `honor` `highest_rank` INT( 11 ) DEFAULT '0' NOT NULL , +CHANGE `last_week_honor` `standing` INT( 11 ) DEFAULT '0' NOT NULL ; +ALTER TABLE `character` ADD `rating` FLOAT( 11 ) DEFAULT '0' NOT NULL AFTER `standing` ;
\ No newline at end of file |