Sha256: c2faaccc42288e6d37b672a88e57f0f2dfaf852bd38467a3ab227dc5786df916
Contents?: true
Size: 145 Bytes
Versions: 1
Compression:
Stored size: 145 Bytes
Contents
class AddGoodUntilDateToJackpotCustomers < ActiveRecord::Migration def change add_column :jackpot_customers, :good_until, :date end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jackpot-0.0.3 | db/migrate/20120208191934_add_good_until_date_to_jackpot_customers.rb |