From a17503065586ade8b86f9b5245f41a35c0d692af 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,