Browse Source

#19740: Add missing advisory lock key

Jeremy Stretch 8 months ago
parent
commit
6041892453
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netbox/netbox/constants.py

+ 1 - 0
netbox/netbox/constants.py

@@ -38,6 +38,7 @@ ADVISORY_LOCK_KEYS = {
     'wirelesslangroup': 105600,
     'wirelesslangroup': 105600,
     'inventoryitem': 105700,
     'inventoryitem': 105700,
     'inventoryitemtemplate': 105800,
     'inventoryitemtemplate': 105800,
+    'platform': 105900,
 
 
     # Jobs
     # Jobs
     'job-schedules': 110100,
     'job-schedules': 110100,