feat: google maps
This commit is contained in:
@@ -11,7 +11,9 @@ CREATE TABLE study_spaces (
|
||||
description text,
|
||||
-- Location within building, e.g., "Room 101"
|
||||
location text,
|
||||
building_location text,
|
||||
-- Not bothered to write a proper data migration
|
||||
building_location_old text,
|
||||
building_location jsonb,
|
||||
tags text[] NOT NULL DEFAULT array[]::text[],
|
||||
volume text NOT NULL,
|
||||
wifi text NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user