Skip to content

Commit

Permalink
pre-commit auto fix
Browse files Browse the repository at this point in the history
  • Loading branch information
El-khamisi committed Jan 23, 2025
1 parent 15afd7b commit f27240d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_user_case_insensitive/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def post_init_hook_login_convert(env):
Environment.
"""
with env.cr.savepoint():
env.cr.execute("UPDATE res_users SET login=lower(login)")
env.cr.execute("UPDATE res_users SET login=lower(login)")

0 comments on commit f27240d

Please sign in to comment.