1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Accomodate custom legacy permission in schema migration

This commit is contained in:
Jeremy Stretch
2020-06-02 10:50:58 -04:00
parent c6e85970d4
commit 7a7634de2d
3 changed files with 2 additions and 6 deletions

View File

@@ -564,9 +564,6 @@ class Script(models.Model):
"""
class Meta:
managed = False
permissions = (
('run_script', 'Can run script'),
)
#