add active merchant and payment schema
This commit is contained in:
parent
69a5d41b79
commit
e8f1645fc2
5 changed files with 44 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddPaymentIdToTicketPurchases < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :ticket_purchases, :payment_id, :integer
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue