Class: AddStartWebFrontend
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddStartWebFrontend
- Defined in:
- lib/gitdocs/migration/005_add_start_web_frontend.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
6 7 8 |
# File 'lib/gitdocs/migration/005_add_start_web_frontend.rb', line 6 def self.down raise end |
.up ⇒ Object
2 3 4 |
# File 'lib/gitdocs/migration/005_add_start_web_frontend.rb', line 2 def self.up add_column :configs, :start_web_frontend, :boolean, :default => true end |