aboutsummaryrefslogtreecommitdiff
path: root/sql/base
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2024-01-05 17:56:19 +0100
committerfunjoker <funjoker109@gmail.com>2024-01-09 13:15:49 +0100
commite1737f0f72e971b63876de52130a458452a4de90 (patch)
tree4a773b8a356f44a33ec16515fccd91486da57c83 /sql/base
parent9504640b340e2e64384a7bea1549f1a5c89fd957 (diff)
Core/Waypoints: Refactor to split data into path and node related info in db (#29506)
(cherry picked from commit 12186ef8573f60abeff4747da58767ee71092600)
Diffstat (limited to 'sql/base')
-rw-r--r--sql/base/auth_database.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index e6d55257edd..2e3a49418ed 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -2159,7 +2159,7 @@ INSERT INTO `rbac_permissions` VALUES
(702,'Command: reload spell_threats'),
(703,'Command: reload spell_group_stack_rules'),
(704,'Command: reload trinity_string'),
-(707,'Command: reload waypoint_data'),
+(707,'Command: reload waypoint_path'),
(708,'Command: reload vehicle_accessory'),
(709,'Command: reload vehicle_template_accessory'),
(710,'Command: reset'),
@@ -2769,7 +2769,8 @@ INSERT INTO `updates` VALUES
('2023_11_24_00_auth.sql','AC1B5136CC97264A21933BD1074D02E88D819488','ARCHIVED','2023-11-24 19:37:38',0),
('2023_12_20_00_auth.sql','D4AB92FEB9FECC1EE35BB9A734B2E95A44C43CD4','ARCHIVED','2023-12-20 21:51:28',0),
('2024_01_09_00_auth_2023_12_24_00_auth.sql', 'F59B3A895750FD83177324B89BFCEBD8A43DD577', 'RELEASED', '2024-01-09 12:02:27', 0),
-('2024_01_09_01_auth_2023_12_26_00_auth.sql', '5C8716F7F6E2792E15A42BDA8F2D855A7DE95FC5', 'RELEASED', '2024-01-09 12:06:46', 0);
+('2024_01_09_01_auth_2023_12_26_00_auth.sql', '5C8716F7F6E2792E15A42BDA8F2D855A7DE95FC5', 'RELEASED', '2024-01-09 12:06:46', 0),
+('2024_01_09_02_auth_2024_01_05_00_auth.sql', '7F401D473B08BBE5212551E96A86F85107CE7C8E', 'RELEASED', '2024-01-09 13:15:10', 0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;