Merge branch 'feat/directions' into 'master'
feat: Added feature to allow users to give directions for study spaces. These... See merge request gk1623/drp-48!24 Co-authored-by: TadiosT <tadios.temesgen@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user