add notification path and use for service keys
This commit is contained in:
parent
97ae800e6c
commit
42b5196b21
4 changed files with 39 additions and 18 deletions
|
@ -772,6 +772,7 @@ class Notification(BaseModel):
|
|||
metadata_json = TextField(default='{}')
|
||||
created = DateTimeField(default=datetime.now, index=True)
|
||||
dismissed = BooleanField(default=False)
|
||||
lookup_path = CharField(null=True, index=True)
|
||||
|
||||
|
||||
class ExternalNotificationEvent(BaseModel):
|
||||
|
|
Reference in a new issue