Drop lowercase index on display names
This commit is contained in:
parent
9387df9141
commit
9db635a992
3 changed files with 6 additions and 8 deletions
5
db/migrate/20240117185445_drop_lowercase_user_index.rb
Normal file
5
db/migrate/20240117185445_drop_lowercase_user_index.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class DropLowercaseUserIndex < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
remove_index :users, "LOWER(display_name)", :name => "users_display_name_lower_idx"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue