This is an automated email from the ASF dual-hosted git repository. aleks pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 3d1897203ac528e626dc2a52104d5cdd1014ef11 Author: francisguchie <[email protected]> AuthorDate: Wed Jan 5 09:04:17 2022 +0200 ran the spotless plug in --- .../sql/migrations/core_db/V381__update_currencies_new_currencies.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V381__update_currencies_new_currencies.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V381__update_currencies_new_currencies.sql index 96a7cf5..9778053 100644 --- a/fineract-provider/src/main/resources/sql/migrations/core_db/V381__update_currencies_new_currencies.sql +++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V381__update_currencies_new_currencies.sql @@ -25,4 +25,4 @@ VALUES UPDATE `m_currency` SET `name` = 'Eswatini Lilangeni' WHERE `code` = 'SZL' ; /***Update organization currencies if applicable***/ -UPDATE m_organisation_currency SET`name` = 'Eswatini Lilangeni' WHERE `code` = 'SZL' ; \ No newline at end of file +UPDATE m_organisation_currency SET`name` = 'Eswatini Lilangeni' WHERE `code` = 'SZL' ;
