foodsoft/db/migrate/20140521142651_add_sync_method_to_supplier.rb
2020-09-05 14:40:11 +02:00

5 lines
140 B
Ruby

class AddSyncMethodToSupplier < ActiveRecord::Migration[4.2]
def change
add_column :suppliers, :shared_sync_method, :string
end
end