chore: rename address to building location
This commit is contained in:
6
src/lib/database.d.ts
vendored
6
src/lib/database.d.ts
vendored
@@ -65,7 +65,7 @@ export type Database = {
|
||||
}
|
||||
study_spaces: {
|
||||
Row: {
|
||||
building_address: string | null
|
||||
building_location: string | null
|
||||
created_at: string | null
|
||||
description: string | null
|
||||
id: string
|
||||
@@ -73,7 +73,7 @@ export type Database = {
|
||||
updated_at: string | null
|
||||
}
|
||||
Insert: {
|
||||
building_address?: string | null
|
||||
building_location?: string | null
|
||||
created_at?: string | null
|
||||
description?: string | null
|
||||
id?: string
|
||||
@@ -81,7 +81,7 @@ export type Database = {
|
||||
updated_at?: string | null
|
||||
}
|
||||
Update: {
|
||||
building_address?: string | null
|
||||
building_location?: string | null
|
||||
created_at?: string | null
|
||||
description?: string | null
|
||||
id?: string
|
||||
|
||||
Reference in New Issue
Block a user