feat: added tags on upload and view tweaked navbar
This commit is contained in:
3
src/lib/database.d.ts
vendored
3
src/lib/database.d.ts
vendored
@@ -70,6 +70,7 @@ export type Database = {
|
||||
description: string | null
|
||||
id: string
|
||||
location: string | null
|
||||
tags: string[]
|
||||
updated_at: string | null
|
||||
}
|
||||
Insert: {
|
||||
@@ -78,6 +79,7 @@ export type Database = {
|
||||
description?: string | null
|
||||
id?: string
|
||||
location?: string | null
|
||||
tags?: string[]
|
||||
updated_at?: string | null
|
||||
}
|
||||
Update: {
|
||||
@@ -86,6 +88,7 @@ export type Database = {
|
||||
description?: string | null
|
||||
id?: string
|
||||
location?: string | null
|
||||
tags?: string[]
|
||||
updated_at?: string | null
|
||||
}
|
||||
Relationships: []
|
||||
|
||||
Reference in New Issue
Block a user