Sha256: f4ef56778e5927f31590de91b1a5fae1bf51a3f5669092610da4e773f00cc8fe
Contents?: true
Size: 161 Bytes
Versions: 160
Compression:
Stored size: 161 Bytes
Contents
class MakeOrganizationPrivateByDefault < ActiveRecord::Migration[4.2] def change change_column :organizations, :private, :boolean, default: true end end
Version data entries
160 entries across 160 versions & 2 rubygems