vorburger commented on pull request #1374: URL: https://github.com/apache/fineract/pull/1374#issuecomment-706166431
@bharathcgowda the build failed with a license violation, just because your new `V363__mnote_indexing_for_performance.sql` file just needs the ASL header, just copy/paste it from e.g. https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/resources/sql/migrations/core_db/V100__Group_saving_summary_report.sql or any of the existing ones. You can locally reproduce this, and make sure that you have correctly fixed it, simply by running `./gradlew licenseMain`. You can learn this from looking at the build logs, by clicking _Details_ above where it's red, and noting `Execution failed for task ':licenseMain'.`. When you have locally fixed it, you should do `git commit --amend` and then `git push --force`. Hope this helps and you will be able to do that? Then I would love to merge it. We are very excited to see you contribute by PR for the first time, and want to do everything we can to encourage you to keep it coming... :smiling_face_with_three_hearts: ---------------------------------------------------------------- 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]
