????
Current Path : C:/inetpub/vhost/redmine/db/migrate/ |
Current File : C:/inetpub/vhost/redmine/db/migrate/20091220183727_add_index_to_settings_name.rb |
class AddIndexToSettingsName < ActiveRecord::Migration[4.2] def self.up add_index :settings, :name end def self.down remove_index :settings, :name end end