Revision 2, 1.4 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 | |
---|
1 | = MaNGOS -- README = |
---|
2 | |
---|
3 | Copyright (c) 2005-2008 MaNGOS <http://www.mangosproject.org/> |
---|
4 | |
---|
5 | See the COPYING file for copying conditions. |
---|
6 | |
---|
7 | == Database Updates == |
---|
8 | This folder contains SQL files which will apply required updates to your MySQL |
---|
9 | database, whenever the MaNGOS database structure has been changed or extended. |
---|
10 | |
---|
11 | To see if you need an update, the file names have been given a fixed structure |
---|
12 | that should enable you to see if you need an update or not. |
---|
13 | |
---|
14 | === File name descriptin === |
---|
15 | File names are divided into two parts. First part is the revision that will be |
---|
16 | compatible with database after apply update. The second part of the name, |
---|
17 | is the table that needs and update or has been added. See an example below: |
---|
18 | |
---|
19 | 1123_characters_character_spell.sql |
---|
20 | | | | |
---|
21 | | | | |
---|
22 | | | The table character_spell |
---|
23 | | | will need an update. |
---|
24 | | | |
---|
25 | | Name of affected DB (default recommended name) |
---|
26 | | Can be: characters, mangos, realmd |
---|
27 | | |
---|
28 | MaNGOS revision older 1123 will need this update. |
---|
29 | After appling this update DB compatiable with revision 1122 |
---|
30 | will be compatibale with revision 1123. |
---|
31 | Revision 1123 and any revision after 1123, e.g. 1124 or 1137, |
---|
32 | already includes this update in the default database |
---|
33 | file mangos.sql. |
---|