Skip to content

Commit

Permalink
Fix name of initial sql file
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Dec 18, 2024
1 parent f6fc0d5 commit d45ac9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glassfish-runner/persistence-platform-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
<path refid="maven.runtime.classpath"></path>
</path>
<sql autocommit="true" classpathref="jdbc.classpath" delimiter=";" driver="org.apache.derby.jdbc.ClientDriver" onerror="continue" password="cts1" url="jdbc:derby://localhost:1527/derbyDB" userid="cts1">
<transaction src="sql/derby/derby.ddl.persistence.sql"></transaction>
<transaction src="sql/derby/derby.ddl.sql"></transaction>
<transaction src="sql/derby/derby.ddl.persistence.sprocs.sql"></transaction>
</sql>
</target>
Expand Down

0 comments on commit d45ac9a

Please sign in to comment.