mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-09 23:06:06 +00:00
6 lines
140 B
Ruby
6 lines
140 B
Ruby
class RenamePaymentMethodDisplay < ActiveRecord::Migration
|
|
def change
|
|
rename_column :payment_methods, :display, :display_on
|
|
end
|
|
end
|