Skip to content

Commit 93b588b

Browse files
committed
changes to database
1 parent 641dbd4 commit 93b588b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

software/database-integration.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666
</target>
6767

6868
<target name="db:create-database" depends="filter-sql-files" description="CREATE the database (tablespaces and users)">
69-
<echo>Creating database...</echo>
70-
<sql driver="${db.driver}"
71-
url="${db.url.system}"
72-
userid="${db.username.system}"
73-
password="${db.password.system}"
74-
classpathref="db.lib.path"
75-
src="${filtered.sql.dir}/create-database-mysql.sql"
76-
delimiter=";"/>
77-
</target>
69+
<echo>Creating database...</echo>
70+
<sql driver="${db.driver}"
71+
url="${db.url.system}"
72+
userid="${db.username.system}"
73+
password="${db.password.system}"
74+
classpathref="db.lib.path"
75+
src="${filtered.sql.dir}/create-database-mysql.sql"
76+
delimiter=";"/>
77+
</target>
7878

7979
<target name="db:drop-tables" description="DROP db tables and cascade constraints">
8080
<echo>Dropping tables...</echo>

0 commit comments

Comments
 (0)