????

Your IP : 18.119.102.182


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/088_add_custom_fields_default_value.rb

class AddCustomFieldsDefaultValue < ActiveRecord::Migration[4.2]
  def self.up
    add_column :custom_fields, :default_value, :text
  end

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