conradsp commented on a change in pull request #1103:
URL: https://github.com/apache/fineract/pull/1103#discussion_r470126144
##########
File path:
fineract-provider/src/main/resources/sql/migrations/core_db/V352__interop_init.sql
##########
@@ -60,6 +60,9 @@ VALUES ('interop', 'READ_INTERTRANSFER', 'INTERTRANSFER',
'READ', 0);
INSERT INTO m_permission (`grouping`, code, entity_name, action_name,
can_maker_checker)
VALUES ('interop', 'PREPARE_INTERTRANSFER', 'INTERTRANSFER', 'PREPARE', 0);
+INSERT INTO m_permission (grouping, code, entity_name, action_name,
can_maker_checker)
Review comment:
Can you insert ` for consistency
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]