File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 66
66
</target >
67
67
68
68
<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 >
78
78
79
79
<target name =" db:drop-tables" description =" DROP db tables and cascade constraints" >
80
80
<echo >Dropping tables...</echo >
You can’t perform that action at this time.
0 commit comments