mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Update server owner dashboard permissions automatically
This commit is contained in:
parent
971ec0de6c
commit
48c4b3578d
9 changed files with 144 additions and 21 deletions
|
@ -14,7 +14,7 @@ export class ApiAuditLogEntry<TEventType extends AuditLogEventType> {
|
|||
@Column()
|
||||
author_id: string;
|
||||
|
||||
@Column()
|
||||
@Column({ type: String })
|
||||
event_type: TEventType;
|
||||
|
||||
@Column("simple-json")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue