fix for phone generation on email signup

This commit is contained in:
onysd 2026-07-14 00:30:52 +03:00
parent cee960fea0
commit 3409f190b9
20 changed files with 457 additions and 54 deletions

View file

@ -0,0 +1,2 @@
DROP INDEX IF EXISTS users_signup_email_lower_unique_idx;
ALTER TABLE public.users DROP COLUMN signup_email;