Current Path : C:/inetpub/vhost/redmine/db/migrate/ |
Current File : C:/inetpub/vhost/redmine/db/migrate/20091017213835_add_missing_indexes_to_user_preferences.rb |
class AddMissingIndexesToUserPreferences < ActiveRecord::Migration[4.2] def self.up add_index :user_preferences, :user_id end def self.down remove_index :user_preferences, :user_id end end