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