????

Your IP : 3.147.83.1


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/087_change_projects_description_to_text.rb

class ChangeProjectsDescriptionToText < ActiveRecord::Migration[4.2]
  def self.up
    change_column :projects, :description, :text, :null => true, :default => nil
  end

  def self.down
  end
end