Files
openfoodnetwork/db/migrate/20191202165700_add_custom_data_to_versions.rb
2021-04-13 15:51:14 -07:00

6 lines
132 B
Ruby

class AddCustomDataToVersions < ActiveRecord::Migration[4.2]
def change
add_column :versions, :custom_data, :string
end
end