Skip to content

Commit

Permalink
add sql creation script to ddl assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin O'Neal committed Sep 30, 2021
1 parent 4a3acfe commit 903d634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/persistence/ddl/src/assembly/db-scripts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<directory>${path.to.persistence.modules}/jdbc/src/main/resources/sql</directory>
<outputDirectory>jdbc</outputDirectory>
<includes>
<include>*_create.sql</include>
<include>create_table*.sql</include>
</includes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit 903d634

Please sign in to comment.