Sha256: 62783d8cd4d664ccb65781fd1558aaaeeb85e46c2d9042ce69e8f817787fad8d
Contents?: true
Size: 205 Bytes
Versions: 35
Compression:
Stored size: 205 Bytes
Contents
class AddVisibilityToSections < ActiveRecord::Migration def change add_column :sections, :storefront, :boolean, :default => 1 add_column :sections, :box_office, :boolean, :default => 1 end end
Version data entries
35 entries across 35 versions & 1 rubygems