-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make account names case-insensitive #407
Conversation
Better yet: instead of |
crates/kitsune-db/migrations/2023-05-19-192931_initial_tables/up.sql
Outdated
Show resolved
Hide resolved
Looking at the current poll results I put out on Mastodon, we will probably keep an alphanumeric check in place: https://corteximplant.com/@0x0/111325717243948397 (yes, the results are saying "any unicode character" but the issue here is, as @tesaguri pointed out, the compatibility with the |
Flake lock file updates: • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/603e4962d7d2225ba2caf66b0eabfcaa9a93c490' (2023-11-09) → 'github:oxalica/rust-overlay/41f7b0618052430d3a050e8f937030d00a2fcced' (2023-11-10)
Closes #406
accounts
tableusers
tableConvert the fields tocitext
(https://www.postgresql.org/docs/current/citext.html)\p{L}\p{N}
instead of\w
accounts
users