From 12186ef8573f60abeff4747da58767ee71092600 Mon Sep 17 00:00:00 2001 From: ModoX Date: Fri, 5 Jan 2024 17:56:19 +0100 Subject: Core/Waypoints: Refactor to split data into path and node related info in db (#29506) --- sql/updates/auth/master/2024_01_05_00_auth.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/auth/master/2024_01_05_00_auth.sql (limited to 'sql/updates/auth/master') diff --git a/sql/updates/auth/master/2024_01_05_00_auth.sql b/sql/updates/auth/master/2024_01_05_00_auth.sql new file mode 100644 index 00000000000..894218f657c --- /dev/null +++ b/sql/updates/auth/master/2024_01_05_00_auth.sql @@ -0,0 +1 @@ +UPDATE `rbac_permissions` SET `name` = 'Command: reload waypoint_path' WHERE `id` = 707; -- cgit v1.2.3