Merge branch 'main' into B2B-30
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
alter table public.accounts
|
||||
add column if not exists personal_code char(11) unique;
|
||||
|
||||
alter table public.invitations
|
||||
add column if not exists personal_code char(11) unique;
|
||||
Reference in New Issue
Block a user