Sha256: f92a44ebae0ef381a960a296155ba74af32d5f6170d25e403fcf2e152737af80
Contents?: true
Size: 269 Bytes
Versions: 9
Compression:
Stored size: 269 Bytes
Contents
# This migration comes from spree (originally 20130618041418) class AddUpdatedAtToSpreeCountries < ActiveRecord::Migration[4.2] def up add_column :spree_countries, :updated_at, :datetime end def down remove_column :spree_countries, :updated_at end end
Version data entries
9 entries across 9 versions & 2 rubygems