Files
fourge-portal/supabase/migrations/20260528000004_drop_title_from_profiles.sql

3 lines
59 B
SQL

alter table public.profiles
drop column if exists title;