aboutsummaryrefslogtreecommitdiff
path: root/sql/base/hotfixes_database.sql
AgeCommit message (Collapse)Author
2015-03-21TDB 6.0.1 - 2015/03/21TDB6.01Nayd
Closes #13816 Closes #13792 Ref #14139
2015-03-21Core/Updates: Add an automatic database update system. Automatically detects ↵Naios
new and edited sql updates through file lists and hashing. Detects renames, deletes and is able to create and auto import full databases. * cleanups in main.cpp of world & bnetserver * refactoring in DatabaseWorkerPool.h & MySQLConnection.cpp Make sure you re-run cmake, because boost::iostreams was added as dependency. Maybe you need to install libboost-iostreams1.55-dev on unix as well. Import every update manual until (included) those INSERT IGNORE updates for each database. Thanks DDuarte and Shauren for your amazing ideas, help and advises. In hope that nobody gets a "Your database structure is not up to date..." anymore ,-) Signed-off-by: Naios <naios-dev@live.de> Signed-off-by: Nayd <dnpd.dd@gmail.com>
2014-10-20DB: Move hotfixes_database.sql to the /dev folder (just like world)DDuarte
2014-10-19DB: Create hotfixes_database.sql file and update .travis.yml to import hotfixesDDuarte
Note: hotfixes_database.sql will be empty until the next TDB release And here's a friendly reminder that trinity now uses 4 DBs: characters, auth, world and hotfixes