Sha256: 91c794082a76ec547d398e0c3fc81785cc7872cf82770ad0c589fb9b60a445be
Contents?: true
Size: 138 Bytes
Versions: 3
Compression:
Stored size: 138 Bytes
Contents
class AddCookieKeyToCart < ActiveRecord::Migration def change add_column :plugins_ecommerce_orders, :visitor_key, :string end end
Version data entries
3 entries across 3 versions & 1 rubygems