We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b6291 commit 26beac0Copy full SHA for 26beac0
fastapi_users_db_beanie/__init__.py
@@ -24,7 +24,6 @@ class BeanieBaseUser(BaseModel):
24
class Settings:
25
email_collation = Collation("en", strength=2)
26
indexes = [
27
- IndexModel("email"),
28
IndexModel(
29
"email",
30
name="case_insensitive_email_index",
0 commit comments