josemakara2 commented on a change in pull request #1671:
URL: https://github.com/apache/fineract/pull/1671#discussion_r611043268



##########
File path: 
fineract-provider/src/main/resources/sql/migrations/core_db/V365__reportCategoryList-FINERACT-1306.sql
##########
@@ -18,5 +18,10 @@
 --
 
 -- two tables added: ReportCategoryList and FullReportList (FINERACT-1306)
-INSERT INTO stretchy_report (report_name, report_type, report_category, 
report_sql, description, core_report, use_report)VALUES ("ReportCategoryList", 
'Table', '(NULL)', '(NULL)', '(NULL)', 1, 1);
-INSERT INTO stretchy_report (report_name, report_type, report_category, 
report_sql, description, core_report, use_report)VALUES ("FullReportList", 
'Table', '(NULL)', '(NULL)', '(NULL)', 1, 1);
+INSERT INTO stretchy_report (report_name, report_type, report_category, 
report_sql, description, core_report, use_report)

Review comment:
       Agree. Will undo this change. When the runreport fix split PR (inline 
comment 3) is merged the developer there would create undo script for this.
   
   I will let you know when the changes are done. 
   Thank you for your feedback!




-- 
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]


Reply via email to