????

Your IP : 3.15.27.235


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/044_set_language_length_to_five.rb

class SetLanguageLengthToFive < ActiveRecord::Migration[4.2]
  def self.up
    change_column :users, :language, :string, :limit => 5, :default => ""
  end

  def self.down
    raise ActiveRecord::IrreversibleMigration
  end
end