Fix MifosX schema creation

This commit is contained in:
Disassembler 2019-12-18 14:35:39 +01:00
parent b2b2c12cdf
commit 64dced3dc8
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -1 +1 @@
UPDATE `tenants` SET `timezone_id` = "Europe/Prague", `schema_server` = "mariadb", `schema_username` = "mifosx", `schema_password` = "${MIFOSX_PWD}" WHERE `identifier` = "default";
UPDATE `tenants` SET `timezone_id` = "Europe/Prague", `schema_server` = "mifosx-mariadb", `schema_username` = "mifosx", `schema_password` = "${MIFOSX_PWD}" WHERE `identifier` = "default";