Sha256: 55c9a506f18df9f92181c2eefe3d7c8cc6b18026a7b64e8adadc264dedd59322
Contents?: true
Size: 156 Bytes
Versions: 3
Compression:
Stored size: 156 Bytes
Contents
class AddColumnInSettingUserDispatch < ActiveRecord::Migration def change add_column :settings, :user_dispatch, :boolean , :default => true end end
Version data entries
3 entries across 3 versions & 1 rubygems