Sha256: e472ba1d12019f51c5310ba75a32186ac25735f30725c91bbff295e117fc30e6
Contents?: true
Size: 164 Bytes
Versions: 31
Compression:
Stored size: 164 Bytes
Contents
class AddReadonlyToCustomFields < ActiveRecord::Migration def change add_column :spotlight_custom_fields, :readonly_field, :boolean, default: false end end
Version data entries
31 entries across 31 versions & 1 rubygems