feat: Added feature to allow users to give directions for study spaces. These directions appear when you click on a study space.

Co-authored-by: Asaam, Caspar <caspar.asaam22@imperial.ac.uk>
This commit is contained in:
TadiosT
2025-06-13 13:06:10 +01:00
parent b737c67377
commit f4517ef467
6 changed files with 20 additions and 1 deletions

View File

@@ -2,3 +2,4 @@ ALTER TABLE study_spaces DROP COLUMN title;
ALTER TABLE study_spaces ADD COLUMN building_address text;
ALTER TABLE study_spaces ADD COLUMN description text;
ALTER TABLE study_spaces ADD COLUMN location text;
ALTER TABLE study_spaces ADD COLUMN directions text;