feat(MED-85): create audit logs for medusa admin actions
This commit is contained in:
@@ -174,6 +174,28 @@ export type Database = {
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
medusa_action: {
|
||||
Row: {
|
||||
id: number
|
||||
medusa_user_id: string
|
||||
user_email: string
|
||||
action: string
|
||||
page: string
|
||||
created_at: string
|
||||
}
|
||||
Insert: {
|
||||
medusa_user_id: string
|
||||
user_email: string
|
||||
action: string
|
||||
page: string
|
||||
}
|
||||
Update: {
|
||||
medusa_user_id?: string
|
||||
user_email?: string
|
||||
action?: string
|
||||
page?: string
|
||||
}
|
||||
}
|
||||
}
|
||||
Views: {
|
||||
[_ in never]: never
|
||||
|
||||
Reference in New Issue
Block a user