Sha256: 0c686d62b5c679bbde4d84af10636cb68d376a19b3a7f6195f33d6e43a0faf50
Contents?: true
Size: 255 Bytes
Versions: 14
Compression:
Stored size: 255 Bytes
Contents
# This migration comes from spree (originally 20130619012236) class AddUpdatedAtToSpreeStates < ActiveRecord::Migration def up add_column :spree_states, :updated_at, :datetime end def down remove_column :spree_states, :updated_at end end
Version data entries
14 entries across 14 versions & 7 rubygems