forked from cmangos/mangos-cata
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix install script not installing database due to version prefix
- Loading branch information
Showing
5 changed files
with
7 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
This folder contains SQL files which will apply required updates to your MySQL | ||
database, whenever the CMaNGOS database structure has been changed or extended. | ||
|
||
After applying an update the DB is compatible with the CMaNGOS revision of this sql update. | ||
SQL updates include special protection against multiple and wrong order of update application. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef __REVISION_SQL_H__ | ||
#define __REVISION_SQL_H__ | ||
#define REVISION_DB_REALMD "required_c0001_01_realmd_account_drop_sha" | ||
#define REVISION_DB_CHARACTERS "required_13963_01_characters_account_instances_entered" | ||
#define REVISION_DB_CHARACTERS "required_c0001_01_characters_account_instances_entered" | ||
#define REVISION_DB_MANGOS "required_c0003_02_mangos_quest_data" | ||
#endif // __REVISION_SQL_H__ |