mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
add index for jobevent created
This commit is contained in:
@@ -204,6 +204,12 @@ class BasePlaybookEvent(CreatedModifiedModel):
|
||||
default=0,
|
||||
editable=False,
|
||||
)
|
||||
created = models.DateTimeField(
|
||||
null=True,
|
||||
default=None,
|
||||
editable=False,
|
||||
db_index=True,
|
||||
)
|
||||
|
||||
@property
|
||||
def event_level(self):
|
||||
|
||||
Reference in New Issue
Block a user