Class: AddLogpathToAppsetting
- Defined in:
- lib/six-updater-web/db/migrate/20090829165546_add_logpath_to_appsetting.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
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 |
.up ⇒ Object
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 |