mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 18:39:54 -02:30
Removing unused resource_parent
Forgot to remove these bits when we removed the concept a few commits ago
This commit is contained in:
@@ -113,8 +113,6 @@ class Resource(CommonModelNameNotUnique):
|
||||
verbose_name_plural = _('resources')
|
||||
db_table = 'main_rbac_resources'
|
||||
|
||||
parent = models.ForeignKey('Resource', related_name='children', null=True, default=None)
|
||||
|
||||
|
||||
class RolePermission(CreatedModifiedModel):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user