Sha256: 526ebb6cdf18105a9ec33e5c6b3eccbee569a05facaf686d65426b072e2242b5

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 Bytes

Contents

class AddGatewayProfileIdsToSpreeKonbinis < ActiveRecord::Migration
  def change
    add_column :spree_konbinis, :gateway_customer_profile_id, :string
    add_column :spree_konbinis, :gateway_payment_profile_id, :string
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_komoju-0.0.4 db/migrate/20151126050103_add_gateway_profile_ids_to_spree_konbinis.rb
spree_komoju-0.0.3 db/migrate/20151126050103_add_gateway_profile_ids_to_spree_konbinis.rb