Class: AddStartWebFrontend

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/gitdocs/migration/005_add_start_web_frontend.rb

Class Method Summary collapse

Class Method Details

.downObject



6
7
8
# File 'lib/gitdocs/migration/005_add_start_web_frontend.rb', line 6

def self.down
  raise
end

.upObject



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