You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/db
ThibG c6904c0d37
Fix unique username constraint for local users not being enforced in 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).
5 years ago
..
migrate Fix unique username constraint for local users not being enforced in database (#14099) 5 years ago
post_migrate Validate Web::PushSubscription (#11971) 5 years ago
schema.rb Fix unique username constraint for local users not being enforced in database (#14099) 5 years ago
seeds.rb Change unconfirmed user login behaviour (#11375) 6 years ago