Merge branch 'fix/directions' into 'master'
fix: Added migrations for addition of direction column to study_spaces See merge request gk1623/drp-48!26 Co-authored-by: TadiosT <tadios.temesgen@gmail.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user