Skip to content

Instantly share code, notes, and snippets.

@vishwasbabu
Created May 8, 2014 07:33
Show Gist options
  • Save vishwasbabu/4ee91202d04ac5e4c89e to your computer and use it in GitHub Desktop.
Save vishwasbabu/4ee91202d04ac5e4c89e to your computer and use it in GitHub Desktop.
MySQL update INR display symbols for MifosX
UPDATE `mifostenant-marudhara`.`m_currency` SET `display_symbol`=CHAR(226, 130, 185) WHERE `code`="INR";
UPDATE `mifostenant-marudhara`.`m_organisation_currency` SET `display_symbol`=CHAR(226, 130, 185) WHERE `code`="INR";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment