mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 15:31:13 -05:00
Refactor: Remove unused JSON columns
This commit is contained in:
@@ -1347,7 +1347,6 @@ export type Database = {
|
||||
name: string
|
||||
ride_type: string
|
||||
slug: string
|
||||
technical_specs: Json | null
|
||||
updated_at: string
|
||||
}
|
||||
Insert: {
|
||||
@@ -1363,7 +1362,6 @@ export type Database = {
|
||||
name: string
|
||||
ride_type: string
|
||||
slug: string
|
||||
technical_specs?: Json | null
|
||||
updated_at?: string
|
||||
}
|
||||
Update: {
|
||||
@@ -1379,7 +1377,6 @@ export type Database = {
|
||||
name?: string
|
||||
ride_type?: string
|
||||
slug?: string
|
||||
technical_specs?: Json | null
|
||||
updated_at?: string
|
||||
}
|
||||
Relationships: [
|
||||
@@ -1651,14 +1648,12 @@ export type Database = {
|
||||
card_image_url: string | null
|
||||
category: string
|
||||
closing_date: string | null
|
||||
coaster_stats: Json | null
|
||||
coaster_type: string | null
|
||||
created_at: string
|
||||
description: string | null
|
||||
designer_id: string | null
|
||||
drop_height_meters: number | null
|
||||
duration_seconds: number | null
|
||||
former_names: Json | null
|
||||
height_requirement: number | null
|
||||
id: string
|
||||
image_url: string | null
|
||||
@@ -1678,7 +1673,6 @@ export type Database = {
|
||||
seating_type: string | null
|
||||
slug: string
|
||||
status: string
|
||||
technical_specs: Json | null
|
||||
updated_at: string
|
||||
}
|
||||
Insert: {
|
||||
@@ -1691,14 +1685,12 @@ export type Database = {
|
||||
card_image_url?: string | null
|
||||
category: string
|
||||
closing_date?: string | null
|
||||
coaster_stats?: Json | null
|
||||
coaster_type?: string | null
|
||||
created_at?: string
|
||||
description?: string | null
|
||||
designer_id?: string | null
|
||||
drop_height_meters?: number | null
|
||||
duration_seconds?: number | null
|
||||
former_names?: Json | null
|
||||
height_requirement?: number | null
|
||||
id?: string
|
||||
image_url?: string | null
|
||||
@@ -1718,7 +1710,6 @@ export type Database = {
|
||||
seating_type?: string | null
|
||||
slug: string
|
||||
status?: string
|
||||
technical_specs?: Json | null
|
||||
updated_at?: string
|
||||
}
|
||||
Update: {
|
||||
@@ -1731,14 +1722,12 @@ export type Database = {
|
||||
card_image_url?: string | null
|
||||
category?: string
|
||||
closing_date?: string | null
|
||||
coaster_stats?: Json | null
|
||||
coaster_type?: string | null
|
||||
created_at?: string
|
||||
description?: string | null
|
||||
designer_id?: string | null
|
||||
drop_height_meters?: number | null
|
||||
duration_seconds?: number | null
|
||||
former_names?: Json | null
|
||||
height_requirement?: number | null
|
||||
id?: string
|
||||
image_url?: string | null
|
||||
@@ -1758,7 +1747,6 @@ export type Database = {
|
||||
seating_type?: string | null
|
||||
slug?: string
|
||||
status?: string
|
||||
technical_specs?: Json | null
|
||||
updated_at?: string
|
||||
}
|
||||
Relationships: [
|
||||
|
||||
Reference in New Issue
Block a user