Add BankAccount to SupplierCategory
This commit is contained in:
parent
06b035f2ea
commit
7e60ce6ce2
3 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddBankAccountToSupplierCategory < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_reference :supplier_categories, :bank_account
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue