Files
openfoodnetwork/db/migrate/20120327000592_add_display_to_payment_methods.rb
Andrew Spinks cd1938a74e spree install.
2012-03-27 11:06:49 +11:00

6 lines
150 B
Ruby

class AddDisplayToPaymentMethods < ActiveRecord::Migration
def change
add_column :payment_methods, :display, :string, :default => nil
end
end