Files
drp-48/supabase/migrations/20250612170906_renamed-247.sql
2025-06-13 02:58:24 +01:00

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;