about summary refs log tree commit diff
path: root/db/migrate/20200620164023_add_fixed_lowercase_index_to_accounts.rb
AgeCommit message (Collapse)Author
2020-06-21Fix unique username constraint for local users not being enforced in ↵ThibG
database (#14099) This should not be an issue in practice because of the Rails-level uniqueness check, but local accounts having a NULL domain means the uniqueness constraint did not apply to them (since no two NULL values are considered equal).