Skip to content

Commit 09ea6c2

Browse files
style: autofix
[skip netlify]
1 parent f2e7d08 commit 09ea6c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/types/database.types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,24 +72,24 @@ export type Database = {
7272
timeline_nodes: {
7373
Row: {
7474
created_at: string | null
75-
description: string
7675
id: string
76+
time: string
7777
title: string
7878
topic_id: string
7979
updated_at: string | null
8080
}
8181
Insert: {
8282
created_at?: string | null
83-
description: string
8483
id?: string
84+
time?: string
8585
title: string
8686
topic_id: string
8787
updated_at?: string | null
8888
}
8989
Update: {
9090
created_at?: string | null
91-
description?: string
9291
id?: string
92+
time?: string
9393
title?: string
9494
topic_id?: string
9595
updated_at?: string | null

0 commit comments

Comments
 (0)