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