Skip to content

account-operations related tables denormalization to improve API performance

Bartek Wrona requested to merge mt-op_type_id into develop

op_type_id field is added to account_operations, account_operations_reversible to simplify queries performing operation filtering and eliminate need to join 2 huge tables, next to filter most of created resultset.

Merge request reports