Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pencil committed Oct 22, 2013
1 parent f0dbe2d commit 61c97fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20131022110146_cleanup_indexes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def change
remove_deprecated_index_if_exists :service_rules, [:url]
remove_deprecated_index_if_exists :service_tickets, [:ticket]
remove_deprecated_index_if_exists :service_tickets, [:ticket_granting_ticket_id]
remove_deprecated_index_if_exists :ticket_granting_ticket, [:ticket]
remove_deprecated_index_if_exists :ticket_granting_tickets, [:ticket]
remove_deprecated_index_if_exists :two_factor_authenticators, [:user_id]
remove_deprecated_index_if_exists :users, [:authenticator, :username]
end
Expand Down

0 comments on commit 61c97fa

Please sign in to comment.