Add BankAccount to SupplierCategory

This commit is contained in:
Patrick Gansterer 2021-03-05 11:43:03 +01:00
parent 06b035f2ea
commit 7e60ce6ce2
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,5 @@
class AddBankAccountToSupplierCategory < ActiveRecord::Migration[4.2]
def change
add_reference :supplier_categories, :bank_account
end
end