Sha256: a8178d72fe5555e892e44774339b298f6f6bfe59528d380e4e66391d7a02334b
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
class AddSubscriptionAndCustomerToJackpotPayments < ActiveRecord::Migration def change change_table :jackpot_payments do |t| t.references :subscription t.references :customer end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jackpot-0.0.3 | db/migrate/20120209203542_add_subscription_and_customer_to_jackpot_payments.rb |