mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 15:11:12 -05:00
Refactor: Remove item_edit_history_view
This commit is contained in:
@@ -4595,27 +4595,6 @@ export type Database = {
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
item_edit_history_view: {
|
||||
Row: {
|
||||
changes: Json | null
|
||||
edited_at: string | null
|
||||
editor_avatar_url: string | null
|
||||
editor_display_name: string | null
|
||||
editor_id: string | null
|
||||
editor_username: string | null
|
||||
id: string | null
|
||||
item_id: string | null
|
||||
}
|
||||
Relationships: [
|
||||
{
|
||||
foreignKeyName: "item_edit_history_item_id_fkey"
|
||||
columns: ["item_id"]
|
||||
isOneToOne: false
|
||||
referencedRelation: "submission_items"
|
||||
referencedColumns: ["id"]
|
||||
},
|
||||
]
|
||||
}
|
||||
moderation_sla_metrics: {
|
||||
Row: {
|
||||
avg_resolution_hours: number | null
|
||||
|
||||
Reference in New Issue
Block a user