6 lines
148 B
SQL
6 lines
148 B
SQL
alter table "public"."study_space_hours" drop column "is_24_7";
|
|
|
|
alter table "public"."study_space_hours" add column "open_today_status" boolean;
|
|
|
|
|