feat(MED-105): create audit entry on analysis results view
This commit is contained in:
@@ -81,6 +81,30 @@ export type Database = {
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
page_views: {
|
||||
Row: {
|
||||
account_id: string
|
||||
action: string
|
||||
changed_by: string
|
||||
created_at: string
|
||||
id: number
|
||||
}
|
||||
Insert: {
|
||||
account_id: string
|
||||
action: string
|
||||
changed_by: string
|
||||
created_at?: string
|
||||
id?: number
|
||||
}
|
||||
Update: {
|
||||
account_id?: string
|
||||
action: string
|
||||
changed_by?: string
|
||||
created_at?: string
|
||||
id?: number
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
request_entries: {
|
||||
Row: {
|
||||
comment: string | null
|
||||
|
||||
Reference in New Issue
Block a user