Sha256: 7fedddc22acc232bf5bc99d89194ac41629fd2e1a659e8dda0eff9564c2a8c2c

Contents?: true

Size: 159 Bytes

Versions: 4

Compression:

Stored size: 159 Bytes

Contents

class AddHintVisibleToProjects < ActiveRecord::Migration
  def change
    add_column :projects, :hint_visible, :boolean, null: false, default: false
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
record_collection-0.10.4 spec/dummy/db/migrate/20151226083300_add_hint_visible_to_projects.rb
record_collection-0.10.3 spec/dummy/db/migrate/20151226083300_add_hint_visible_to_projects.rb
record_collection-0.10.2 spec/dummy/db/migrate/20151226083300_add_hint_visible_to_projects.rb
record_collection-0.10.1 spec/dummy/db/migrate/20151226083300_add_hint_visible_to_projects.rb