Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
cfef9d1686
commit
e56099780e
@@ -1771,6 +1771,42 @@ export type Database = {
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
import_runs: {
|
||||
Row: {
|
||||
created_at: string
|
||||
error_count: number
|
||||
id: string
|
||||
importer_key: string
|
||||
inserted: number
|
||||
ran_at: string
|
||||
ran_by: string | null
|
||||
skipped: number
|
||||
total: number
|
||||
}
|
||||
Insert: {
|
||||
created_at?: string
|
||||
error_count?: number
|
||||
id?: string
|
||||
importer_key: string
|
||||
inserted?: number
|
||||
ran_at?: string
|
||||
ran_by?: string | null
|
||||
skipped?: number
|
||||
total?: number
|
||||
}
|
||||
Update: {
|
||||
created_at?: string
|
||||
error_count?: number
|
||||
id?: string
|
||||
importer_key?: string
|
||||
inserted?: number
|
||||
ran_at?: string
|
||||
ran_by?: string | null
|
||||
skipped?: number
|
||||
total?: number
|
||||
}
|
||||
Relationships: []
|
||||
}
|
||||
incoming_emails: {
|
||||
Row: {
|
||||
attachment_count: number
|
||||
|
||||
Reference in New Issue
Block a user