mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 14:31:13 -05:00
Approve database migration
This commit is contained in:
@@ -3182,6 +3182,10 @@ export type Database = {
|
||||
created_at: string
|
||||
first_ride_date: string | null
|
||||
id: string
|
||||
last_ride_date: string | null
|
||||
personal_notes: string | null
|
||||
personal_photo_id: string | null
|
||||
personal_rating: number | null
|
||||
ride_count: number | null
|
||||
ride_id: string
|
||||
sort_order: number | null
|
||||
@@ -3192,6 +3196,10 @@ export type Database = {
|
||||
created_at?: string
|
||||
first_ride_date?: string | null
|
||||
id?: string
|
||||
last_ride_date?: string | null
|
||||
personal_notes?: string | null
|
||||
personal_photo_id?: string | null
|
||||
personal_rating?: number | null
|
||||
ride_count?: number | null
|
||||
ride_id: string
|
||||
sort_order?: number | null
|
||||
@@ -3202,6 +3210,10 @@ export type Database = {
|
||||
created_at?: string
|
||||
first_ride_date?: string | null
|
||||
id?: string
|
||||
last_ride_date?: string | null
|
||||
personal_notes?: string | null
|
||||
personal_photo_id?: string | null
|
||||
personal_rating?: number | null
|
||||
ride_count?: number | null
|
||||
ride_id?: string
|
||||
sort_order?: number | null
|
||||
|
||||
Reference in New Issue
Block a user