Sha256: 240a7e660e4a87115f8009f48a0ce3c48f0bbf5c170601afe7d8e12c0efbe7c6
Contents?: true
Size: 152 Bytes
Versions: 9
Compression:
Stored size: 152 Bytes
Contents
class AddNotificationEmailToVendors < SpreeExtension::Migration[4.2] def change add_column :spree_vendors, :notification_email, :string end end
Version data entries
9 entries across 9 versions & 2 rubygems