Skip to content

Commit

Permalink
RA-1434 Adding UTF-8 to db url
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Nov 3, 2017
1 parent b4ebe89 commit 18b4509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ script:
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: "openmrs_concepts_2_0.sql"
file: "openmrs_concepts_2_0.zip"
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<properties.file></properties.file>
<mvp.file>mvp/openmrs_concepts_1.6.5_20120525.xml</mvp.file>
<script.file></script.file>
<db.url>jdbc:mysql://localhost:3306/liquibaserunner?autoReconnect=true</db.url>
<db.url><![CDATA[jdbc:mysql://localhost:3306/liquibaserunner?autoReconnect=true&useUnicode=true&characterEncoding=utf-8]]></db.url>
<db.user>root</db.user>
<db.password></db.password>
</properties>
Expand Down

0 comments on commit 18b4509

Please sign in to comment.