Sha256: efdcbef968ddafe91d026d0b0690d1d7807083357594bc4050b55090aaf2ea5f
Contents?: true
Size: 318 Bytes
Versions: 3
Compression:
Stored size: 318 Bytes
Contents
# This migration comes from spree_mercado_pago_payment_method_engine (originally 20141201204026) class CreateSpreeMercadoPagoNotifications < ActiveRecord::Migration def change create_table :mercado_pago_notifications do |t| t.string :topic t.string :operation_id t.timestamps end end end
Version data entries
3 entries across 3 versions & 2 rubygems