aboutsummaryrefslogtreecommitdiff
path: root/sql/base/dev
AgeCommit message (Collapse)Author
2025-05-31TDB 1115.25051 - 2025/05/31TDB1115.25051TDB Release
2025-03-29TDB 1110.25031 - 2025/03/29TDB1110.25031TDB Release
2024-12-22TDB 1107.24121 - 2024/12/22TDB1107.24121TDB Release
2024-11-16TDB 1105.24111 - 2024/11/16TDB1105.24111TDB Release
2024-09-23TDB 1102.24092 - 2024/09/23TDB1102.24092TDB Release
2024-09-03TDB 1102.24091 - 2024/09/03TDB1102.24091TDB Release
2024-05-11TDB 1027.24051 - 2024/05/11TDB1027.24051TDB Release
2024-02-08TDB 1025.24021 - 2024/02/08TDB1025.24021TDB Release
2023-11-15TDB 1020.23111 - 2023/11/15TDB1020.23111TDB Release
2023-10-06TDB 1017.23101 - 2023/10/06TDB1017.23101TDB Release
2023-07-14TDB 1015.23071 - 2023/07/14TDB1015.23071TDB Release
2023-04-02TDB 1007.23041 - 2023/04/02TDB1007.23041TDB Release
2023-02-03TDB 1005.23021 - 2023/02/03TDB1005.23021TDB Release
2022-12-20TDB 1002.22121 - 2022/12/20TDB1002.22121TDB Release
2022-11-20TDB 927.22111 - 2022/11/20TDB927.22111TDB Release
2022-08-21TDB 927.22082 - 2022/08/21TDB927.22082TDB Release
2022-08-19TDB 927.22081 - 2022/08/19TDB927.22081TDB Release
2022-07-25TDB 925.22071 - 2022/07/25TDB925.22071TDB Release
2022-03-06TDB 920.22031 - 2022/03/06TDB920.22031TDB Release
2022-01-15TDB 915.22012 - 2022/01/15TDB915.22012TDB Release
2022-01-02TDB 915.22011 - 2022/01/02TDB915.22011TDB Release
2021-11-17TDB 915.21111 - 2021/11/17TDB915.21111TDB Release
2021-10-15TDB 910.21101 - 2021/10/15TDB910.21101TDB Release
2021-08-18TDB 910.21081 - 2021/08/18TDB910.21081TDB Release
2021-07-04TDB 905.21071 - 2021/07/04TDB905.21071TDB Release
2020-10-20TDB 837.20101 - 2020/10/20TDB837.20101TDB Release
2020-08-14TDB 837.20081 - 2020/08/14TDB837.20081TDB Release
2020-06-17TDB 830.20061 - 2020/06/17TDB830.20061TDB Release
2019-07-15TDB 820.19071 - 2019/07/15TDB820.19071Aokromes
2018-02-19TDB 735.00 - 2018/02/19TDB735.00DDuarte
2017-04-19TDB 720.00 - 2016/04/18TDB720.00DDuarte
2017-02-04Core/Misc: Clarify the use of world_database.sqlAokromes
(cherry picked from commit 4cef7fe72bceac0f7bc44681b6f7952f435f2cb5)
2016-10-16TDB 703.00 - 2016/10/17TDB703.00DDuarte
2016-04-11TDB 6.04 - 2016/04/11TDB6.04DDuarte
2015-11-08TDB 6.03 - 2015/11/08TDB6.03Carbenium
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...