From 604189245380890c5e7414432b4a2851dd8d3678 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 12 Aug 2025 14:26:21 -0400 Subject: [PATCH] #19740: Add missing advisory lock key --- netbox/netbox/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/netbox/constants.py b/netbox/netbox/constants.py index 75e0f4da6..aeeeae90e 100644 --- a/netbox/netbox/constants.py +++ b/netbox/netbox/constants.py @@ -38,6 +38,7 @@ ADVISORY_LOCK_KEYS = { 'wirelesslangroup': 105600, 'inventoryitem': 105700, 'inventoryitemtemplate': 105800, + 'platform': 105900, # Jobs 'job-schedules': 110100,