aboutsummaryrefslogtreecommitdiff
path: root/sql/base/dev
AgeCommit message (Collapse)Author
2015-07-14TDB 6.0.2 - 2015/07/14TDB6.02DDuarte
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>
2015-02-05SQL: Make sure the correct world db is select when executing SQL update scriptsjackpoz
Make sure script 2014_12_25_00_hotfixes_locale_broadcast_text.sql affects the correct world database version "TDB 6.00". This fixes an issue where the script would drop table "locales_broadcast_text" from a world database of another version (335, 434). Issue added in df444890daf74e95d51a229f99996561a88ac71a
2014-10-27SQL: Revert changes to dev/world_database.sqlDDuarte
This file should only be updated in TDB releases. Fixes Travis 'build'
2014-10-26SQL: Changed creature_template.family to be unsignedShauren
2014-10-26Misc: Fixed sql import, added new changes to world_database.sql, removed ↵Shauren
duplicate definition of ObjectGuidGenerator<HIGHGUID_PET>
2014-10-26Core/Entities: Changed object lowguid to uint64Shauren
2014-10-20DB: Move hotfixes_database.sql to the /dev folder (just like world)DDuarte
2014-09-21SQL: Update for 4.3.4Vincent-Michael
2014-09-13SQL: Update /dev/world_database.sqlDDuarte
Forgotten change of 27479cf571cf65c9e1657e9c465974449173dc3f
2014-08-27SQLs: Update /dev/world_database.sqlDDuarte
Again, do NOT import this file.
2014-08-04SQLs: Move world_database.sql to dev folderDDuarte
Simply because people can't read instruction guides...