????

Your IP : 3.144.28.166


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/086_add_custom_fields_searchable.rb

class AddCustomFieldsSearchable < ActiveRecord::Migration[4.2]
  def self.up
    add_column :custom_fields, :searchable, :boolean, :default => false
  end

  def self.down
    remove_column :custom_fields, :searchable
  end
end