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/README |
[svn] * Proper SVN structureinit
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/README')
-rw-r--r-- | sql/updates/README | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sql/updates/README b/sql/updates/README new file mode 100644 index 00000000000..c3a5858b4b4 --- /dev/null +++ b/sql/updates/README @@ -0,0 +1,33 @@ += MaNGOS -- README = + +Copyright (c) 2005-2008 MaNGOS <http://www.mangosproject.org/> + +See the COPYING file for copying conditions. + +== Database Updates == +This folder contains SQL files which will apply required updates to your MySQL +database, whenever the MaNGOS database structure has been changed or extended. + +To see if you need an update, the file names have been given a fixed structure +that should enable you to see if you need an update or not. + +=== File name descriptin === +File names are divided into two parts. First part is the revision that will be +compatible with database after apply update. The second part of the name, +is the table that needs and update or has been added. See an example below: + + 1123_characters_character_spell.sql + | | | + | | | + | | The table character_spell + | | will need an update. + | | + | Name of affected DB (default recommended name) + | Can be: characters, mangos, realmd + | + MaNGOS revision older 1123 will need this update. + After appling this update DB compatiable with revision 1122 + will be compatibale with revision 1123. + Revision 1123 and any revision after 1123, e.g. 1124 or 1137, + already includes this update in the default database + file mangos.sql. |