Skip to content

Commit

Permalink
Merge pull request #167 from terasolunaorg/issues/146_initdb
Browse files Browse the repository at this point in the history
[5.0.x] #146: Change to use absolute path as db.basedir at initdb
  • Loading branch information
making committed Aug 7, 2015
2 parents d39e9e3 + fb0d121 commit 8563968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectName-initdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</activation>
<properties>
<db.encoding>UTF8</db.encoding>
<db.basedir>src/main/sqls/postgres</db.basedir>
<db.basedir>${project.basedir}/src/main/sqls/postgres</db.basedir>
<db.url>jdbc:postgresql://127.0.0.1:5432/projectName</db.url>
<db.username>postgres</db.username>
<db.password>P0stgres</db.password>
Expand Down

0 comments on commit 8563968

Please sign in to comment.