Files
Pat-Manager/supabase/migrations/20260323020000_user_profile_language.sql
2026-03-23 23:02:51 +01:00

3 lines
97 B
SQL

alter table public.user_profiles
add column if not exists language text not null default 'de';