refactor: simpler timing inputs
This commit is contained in:
5
supabase/migrations/20250612170906_renamed-247.sql
Normal file
5
supabase/migrations/20250612170906_renamed-247.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
alter table "public"."study_space_hours" drop column "is_24_7";
|
||||
|
||||
alter table "public"."study_space_hours" add column "open_today_status" boolean;
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
alter table "public"."study_space_hours" alter column "day_of_week" set not null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user