Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-26 08:35:10 +00:00
co-authored by renee-png
parent cfbdb74860
commit fc8bb95010
2 changed files with 61 additions and 0 deletions
+30
View File
@@ -2349,6 +2349,36 @@ export type Database = {
},
]
}
ledger_templates: {
Row: {
created_at: string
created_by: string | null
description: string | null
entries: Json
id: string
name: string
updated_at: string
}
Insert: {
created_at?: string
created_by?: string | null
description?: string | null
entries?: Json
id?: string
name: string
updated_at?: string
}
Update: {
created_at?: string
created_by?: string | null
description?: string | null
entries?: Json
id?: string
name?: string
updated_at?: string
}
Relationships: []
}
message_attachments: {
Row: {
created_at: string