Sha256: 2b9abe4b8033fdf48a11304cae7f364a84317aa939bf32c766c048c33ba4cd48
Contents?: true
Size: 280 Bytes
Versions: 5
Compression:
Stored size: 280 Bytes
Contents
# This migration comes from mechanize_store (originally 20140416123100) class AddPaymentTypeIdToPayment < ActiveRecord::Migration def change add_column :mechanize_store_payments, :payment_type_id, :integer add_index :mechanize_store_payments, :payment_type_id end end
Version data entries
5 entries across 5 versions & 1 rubygems