Skip to content

Commit 6063107

Browse files
committed
Update 20250722152559_add_poll_schema.sql
1 parent fd89116 commit 6063107

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/db/supabase/migrations/20250722152559_add_poll_schema.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ create table "public"."users_poll_votes" (
3838

3939
alter table "public"."users_poll_votes" enable row level security;
4040

41-
alter table "public"."meet_together_plans" add column "where_to_meet" boolean not null default false;
4241

4342
CREATE UNIQUE INDEX guest_poll_votes_pkey ON public.guest_poll_votes USING btree (id);
4443

0 commit comments

Comments
 (0)