mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 14:31:13 -05:00
Fix: Remove versioning helpers
This commit is contained in:
@@ -705,6 +705,54 @@ export type Database = {
|
||||
},
|
||||
]
|
||||
}
|
||||
entity_versions_archive: {
|
||||
Row: {
|
||||
change_reason: string | null
|
||||
change_type: Database["public"]["Enums"]["version_change_type"]
|
||||
changed_at: string
|
||||
changed_by: string | null
|
||||
entity_id: string
|
||||
entity_type: string
|
||||
id: string
|
||||
ip_address_hash: string | null
|
||||
is_current: boolean
|
||||
metadata: Json | null
|
||||
submission_id: string | null
|
||||
version_data: Json
|
||||
version_number: number
|
||||
}
|
||||
Insert: {
|
||||
change_reason?: string | null
|
||||
change_type?: Database["public"]["Enums"]["version_change_type"]
|
||||
changed_at?: string
|
||||
changed_by?: string | null
|
||||
entity_id: string
|
||||
entity_type: string
|
||||
id?: string
|
||||
ip_address_hash?: string | null
|
||||
is_current?: boolean
|
||||
metadata?: Json | null
|
||||
submission_id?: string | null
|
||||
version_data: Json
|
||||
version_number: number
|
||||
}
|
||||
Update: {
|
||||
change_reason?: string | null
|
||||
change_type?: Database["public"]["Enums"]["version_change_type"]
|
||||
changed_at?: string
|
||||
changed_by?: string | null
|
||||
entity_id?: string
|
||||
entity_type?: string
|
||||
id?: string
|
||||
ip_address_hash?: string | null
|
||||
is_current?: boolean
|
||||
metadata?: Json | null
|
||||
submission_id?: string | null
|
||||
version_data?: Json
|
||||
version_number?: number
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
historical_parks: {
|
||||
Row: {
|
||||
closure_reason: string | null
|
||||
|
||||
Reference in New Issue
Block a user