mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-30 06:31:16 +00:00
6 lines
127 B
Ruby
6 lines
127 B
Ruby
class AddStateToDistributor < ActiveRecord::Migration
|
|
def change
|
|
add_column :distributors, :state_id, :integer
|
|
end
|
|
end
|