Sha256: 5c8d527a589f9191faf0ccdb05032f57c7a74ac5a6b53a3b676198a3ba2d505f
Contents?: true
Size: 141 Bytes
Versions: 22
Compression:
Stored size: 141 Bytes
Contents
class AddInternalNoteToSpreeOrders < ActiveRecord::Migration[5.2] def change add_column :spree_orders, :internal_note, :text end end
Version data entries
22 entries across 22 versions & 1 rubygems