Adopt model to reference GroupOrder in generated FinancialTransaction

This commit is contained in:
Patrick Gansterer 2019-11-04 04:33:43 +01:00
parent b6542fb711
commit 17059a8104
7 changed files with 17 additions and 5 deletions

View file

@ -0,0 +1,5 @@
class AddGroupOrderToFinancialTransaction < ActiveRecord::Migration
def change
add_reference :financial_transactions, :group_order
end
end