????

Your IP : 3.144.28.166


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20120127174243_add_custom_fields_multiple.rb

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

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