mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-17 00:07:24 +00:00
6 lines
116 B
Ruby
6 lines
116 B
Ruby
class StateForShipments < ActiveRecord::Migration
|
|
def change
|
|
add_column :shipments, :state, :string
|
|
end
|
|
end
|