fix(migration): Use is_verified instead of email_verified
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:26:55 +01:00
parent 84a8e46186
commit d7f08c8d3a

View File

@ -59,7 +59,7 @@ for member in RADA_MEMBERS:
is_active=True,
is_rada_member=True,
role=SystemRole.MEMBER.name,
email_verified=True,
is_verified=True,
)
db.add(new_user)
db.flush() # Get ID