allow to synchronize all articles of a shared supplier
This commit is contained in:
parent
3918e22214
commit
647b7f0430
16 changed files with 194 additions and 77 deletions
5
db/migrate/20140521142651_add_sync_method_to_supplier.rb
Normal file
5
db/migrate/20140521142651_add_sync_method_to_supplier.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddSyncMethodToSupplier < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :suppliers, :shared_sync_method, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue