mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
6 lines
110 B
Ruby
6 lines
110 B
Ruby
class EmailForOrders < ActiveRecord::Migration
|
|
def change
|
|
add_column :orders, :email, :string
|
|
end
|
|
end
|