3 lines
97 B
SQL
3 lines
97 B
SQL
alter table public.user_profiles
|
|
add column if not exists language text not null default 'de';
|