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



8
9
10
# File 'lib/gitdocs/migration/005_add_start_web_frontend.rb', line 8

def self.down
  fail
end

.upObject



4
5
6
# File 'lib/gitdocs/migration/005_add_start_web_frontend.rb', line 4

def self.up
  add_column :configs, :start_web_frontend, :boolean, default: true
end