This commit is contained in:
2025-12-03 18:07:35 -03:00
parent 392dccebc1
commit 8268b14385
2 changed files with 15 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ def _create_user(*, user: User, password: str):
item={
'sk': '0',
'email_verified': False,
'createdDate': now_,
'createDate': now_,
# Post-migration (users): uncomment the folloing line
# 'created_at': now_,
}