mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-10 03:30:22 +00:00
6 lines
132 B
Ruby
6 lines
132 B
Ruby
class AddCustomDataToVersions < ActiveRecord::Migration[4.2]
|
|
def change
|
|
add_column :versions, :custom_data, :string
|
|
end
|
|
end
|