optriment/web3-employment

We don't need to have `group_id` there, because batch payments relate to selected people, not a group. Instead we've to create a new table named `batch_payment_recipients` and set relation between `batch_payments_recipients.batch_payment_id` and `batch_payments.id`

Closed this issue · 0 comments

gruz0 commented
          We don't need to have `group_id` there, because batch payments relate to selected people, not a group. Instead we've to create a new table named `batch_payment_recipients` and set relation between `batch_payments_recipients.batch_payment_id` and `batch_payments.id`

Originally posted by @gruz0 in #124 (comment)