Sha256: 81a087ae4dcf6b61d3659eccaf262d5c4bdb9fe646d9d9d954a7e9f2436180f6
Contents?: true
Size: 198 Bytes
Versions: 141
Compression:
Stored size: 198 Bytes
Contents
class AddUpdatedAtToSpreeStates < ActiveRecord::Migration[4.2] def up add_column :spree_states, :updated_at, :datetime end def down remove_column :spree_states, :updated_at end end
Version data entries
141 entries across 141 versions & 2 rubygems
Version | Path |
---|---|
solidus_core-2.0.0.beta1 | db/migrate/20130619012236_add_updated_at_to_spree_states.rb |