Übersetzung Teil 1
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
alter table public.user_profiles
|
||||
add column if not exists language text not null default 'de';
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
alter table public.user_profiles
|
||||
add column if not exists language text not null default 'de';
|
||||