Sha256: 5ed11f04b83c99d9455c88985e739c2c9511143eef98553989b7543c05738e98
Contents?: true
Size: 147 Bytes
Versions: 3
Compression:
Stored size: 147 Bytes
Contents
class AddPrivateToPeopleLists < ActiveRecord::Migration def change add_column :xforum_categories,:private, :boolean, default:false end end
Version data entries
3 entries across 3 versions & 1 rubygems