Sha256: 929297376c94be9a196b1f519c0939f5c46fcff116fb7e440f04a8890e9c39a2
Contents?: true
Size: 136 Bytes
Versions: 5
Compression:
Stored size: 136 Bytes
Contents
class AddDeletedToSpreeAuction < ActiveRecord::Migration[5.1] def change add_column :spree_auctions, :deleted, :boolean end end
Version data entries
5 entries across 5 versions & 1 rubygems