Refactor: Remove item_edit_history_view

This commit is contained in:
gpt-engineer-app[bot]
2025-11-02 23:55:49 +00:00
parent 9c4b80e454
commit c59d8e40d5
8 changed files with 369 additions and 63 deletions

View File

@@ -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