Sha256: 2a4fced66beda9dff50680e824233c7a07aa66ec201fc2f2332032b62b80ea08
Contents?: true
Size: 215 Bytes
Versions: 5
Compression:
Stored size: 215 Bytes
Contents
class AddVisibilityToSpudPages < ActiveRecord::Migration[4.2] def change add_column :spud_pages, :visibility, :integer,:default => 0 add_column :spud_pages, :published, :boolean,:default => true end end
Version data entries
5 entries across 5 versions & 1 rubygems