Sha256: 044cd7746d17040767740303b9597aa11701a5cb26a70b12bd5543124456d431
Contents?: true
Size: 260 Bytes
Versions: 9
Compression:
Stored size: 260 Bytes
Contents
# This migration comes from spree (originally 20150707204155) class EnableActsAsParanoidOnCalculators < ActiveRecord::Migration[4.2] def change add_column :spree_calculators, :deleted_at, :datetime add_index :spree_calculators, :deleted_at end end
Version data entries
9 entries across 9 versions & 2 rubygems