Open-Source-Access-Control-.../db/migrate/20130212032046_add_created_by_to_payments.rb

6 lines
126 B
Ruby
Raw Normal View History

2013-02-12 08:58:17 +00:00
class AddCreatedByToPayments < ActiveRecord::Migration
def change
add_column :payments, :created_by, :integer
end
end