mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 14:31:13 -05:00
Add action_type to submission items
This commit is contained in:
@@ -2399,6 +2399,7 @@ export type Database = {
|
||||
}
|
||||
submission_items: {
|
||||
Row: {
|
||||
action_type: string | null
|
||||
approved_entity_id: string | null
|
||||
created_at: string
|
||||
depends_on: string | null
|
||||
@@ -2413,6 +2414,7 @@ export type Database = {
|
||||
updated_at: string
|
||||
}
|
||||
Insert: {
|
||||
action_type?: string | null
|
||||
approved_entity_id?: string | null
|
||||
created_at?: string
|
||||
depends_on?: string | null
|
||||
@@ -2427,6 +2429,7 @@ export type Database = {
|
||||
updated_at?: string
|
||||
}
|
||||
Update: {
|
||||
action_type?: string | null
|
||||
approved_entity_id?: string | null
|
||||
created_at?: string
|
||||
depends_on?: string | null
|
||||
|
||||
Reference in New Issue
Block a user