Sha256: d0c937351efb6a6ca88e4f1cd909c5739bf854fe0e66cf616b853a6740f00201

Contents?: true

Size: 178 Bytes

Versions: 5

Compression:

Stored size: 178 Bytes

Contents

class AddStartWebFrontend < ActiveRecord::Migration
  def self.up
    add_column :configs, :start_web_frontend, :boolean, default: true
  end

  def self.down
    fail
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gitdocs-0.5.0.pre6 lib/gitdocs/migration/005_add_start_web_frontend.rb
gitdocs-0.5.0.pre5 lib/gitdocs/migration/005_add_start_web_frontend.rb
gitdocs-0.5.0.pre3 lib/gitdocs/migration/005_add_start_web_frontend.rb
gitdocs-0.5.0.pre2 lib/gitdocs/migration/005_add_start_web_frontend.rb
gitdocs-0.5.0.pre1 lib/gitdocs/migration/005_add_start_web_frontend.rb