mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 12:31:14 -05:00
Fix: Correct database migrations
This commit is contained in:
@@ -638,6 +638,8 @@ export type Database = {
|
||||
first_reviewed_at: string | null
|
||||
id: string
|
||||
is_test_data: boolean | null
|
||||
last_modified_at: string | null
|
||||
last_modified_by: string | null
|
||||
locked_until: string | null
|
||||
original_submission_id: string | null
|
||||
resolved_at: string | null
|
||||
@@ -664,6 +666,8 @@ export type Database = {
|
||||
first_reviewed_at?: string | null
|
||||
id?: string
|
||||
is_test_data?: boolean | null
|
||||
last_modified_at?: string | null
|
||||
last_modified_by?: string | null
|
||||
locked_until?: string | null
|
||||
original_submission_id?: string | null
|
||||
resolved_at?: string | null
|
||||
@@ -690,6 +694,8 @@ export type Database = {
|
||||
first_reviewed_at?: string | null
|
||||
id?: string
|
||||
is_test_data?: boolean | null
|
||||
last_modified_at?: string | null
|
||||
last_modified_by?: string | null
|
||||
locked_until?: string | null
|
||||
original_submission_id?: string | null
|
||||
resolved_at?: string | null
|
||||
|
||||
Reference in New Issue
Block a user