Skip to content

Commit

Permalink
KOGITO-9416 - Remove Oracle and ANSI ddls from prod (#3088) (#3089)
Browse files Browse the repository at this point in the history
Co-authored-by: Cristiano Nicolai <[email protected]>
  • Loading branch information
github-actions[bot] and cristianonicolai authored Jun 26, 2023
1 parent 7fbaf3d commit a944c0a
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,5 @@
<include>*.sql</include>
</includes>
</fileSet>
<fileSet>
<directory>${path.to.persistence.modules}/jdbc/src/main/resources/db/oracle</directory>
<outputDirectory>oracle</outputDirectory>
<includes>
<include>*.sql</include>
</includes>
</fileSet>
<fileSet>
<directory>${path.to.persistence.modules}/jdbc/src/main/resources/db/ansi</directory>
<outputDirectory>ansi</outputDirectory>
<includes>
<include>*.sql</include>
</includes>
</fileSet>
</fileSets>
</assembly>

0 comments on commit a944c0a

Please sign in to comment.