????

Your IP : 18.191.137.190


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20090318181151_extend_settings_name.rb

class ExtendSettingsName < ActiveRecord::Migration[4.2]
  def self.up
    change_column :settings, :name, :string, :limit => 255, :default => '', :null => false
  end

  def self.down
    raise ActiveRecord::IrreversibleMigration
  end
end