Class: AddLogpathToAppsetting

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/six-updater-web/db/migrate/20090829165546_add_logpath_to_appsetting.rb

Class Method Summary collapse

Class Method Details

.downObject



6
7
8
# File 'lib/six-updater-web/db/migrate/20090829165546_add_logpath_to_appsetting.rb', line 6

def self.down
  remove_column :appsettings, :logpath
end

.upObject



2
3
4
# File 'lib/six-updater-web/db/migrate/20090829165546_add_logpath_to_appsetting.rb', line 2

def self.up
  add_column :appsettings, :logpath, :string
end