fix(migration): Fix email_verified in secretary creation
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-02-04 15:28:22 +01:00
parent d7f08c8d3a
commit 554adc2aa0

View File

@ -79,7 +79,7 @@ if not sec_user:
is_active=True, is_active=True,
is_rada_member=False, is_rada_member=False,
role=SystemRole.MEMBER.name, role=SystemRole.MEMBER.name,
email_verified=True, is_verified=True,
) )
db.add(sec_user) db.add(sec_user)
db.flush() db.flush()