File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export type Database = {
3939 created_at : string | null
4040 description : string
4141 id : string
42+ requesting_tasks : boolean | null
4243 status : Database [ "public" ] [ "Enums" ] [ "task_status" ]
4344 title : string
4445 topic_id : string
@@ -48,6 +49,7 @@ export type Database = {
4849 created_at ?: string | null
4950 description : string
5051 id ?: string
52+ requesting_tasks ?: boolean | null
5153 status ?: Database [ "public" ] [ "Enums" ] [ "task_status" ]
5254 title : string
5355 topic_id : string
@@ -57,6 +59,7 @@ export type Database = {
5759 created_at ?: string | null
5860 description ?: string
5961 id ?: string
62+ requesting_tasks ?: boolean | null
6063 status ?: Database [ "public" ] [ "Enums" ] [ "task_status" ]
6164 title ?: string
6265 topic_id ?: string
You can’t perform that action at this time.
0 commit comments