fix: Added migrations for addition of direction column to study_spaces
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE study_spaces ADD COLUMN IF NOT EXISTS directions text;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ALTER TABLE study_spaces ADD COLUMN IF NOT EXISTS directions text;
|
||||