Sha256: c2d55d4fb7945a2a2a6f03adf88f951f0308b7cf1a87b04ba5d4abfcf6423c10
Contents?: true
Size: 133 Bytes
Versions: 125
Compression:
Stored size: 133 Bytes
Contents
class AddUpdatedAtToVariants < ActiveRecord::Migration def change add_column :spree_variants, :updated_at, :datetime end end
Version data entries
125 entries across 125 versions & 2 rubygems