fix: Added migrations for addition of direction column to study_spaces #56
2
src/lib/database.d.ts
vendored
2
src/lib/database.d.ts
vendored
@@ -173,7 +173,7 @@ export type Database = {
|
||||
building_location_old?: string | null
|
||||
created_at?: string | null
|
||||
description?: string | null
|
||||
directions: string
|
||||
directions?: string
|
||||
id?: string
|
||||
location?: string | null
|
||||
power?: string
|
||||
|
||||
1
supabase/migrations/20250613133130_directions.sql
Normal file
1
supabase/migrations/20250613133130_directions.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE study_spaces ADD COLUMN IF NOT EXISTS directions text;
|
||||
Reference in New Issue
Block a user