We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50e415 commit 9bfff43Copy full SHA for 9bfff43
srv/pom.xml
@@ -161,9 +161,9 @@
161
<configuration>
162
<commands>
163
<command>build --for java</command>
164
- <command>deploy --profile pg --dry --delta-from srv/src/main/resources/db/changelog/v2/model.csn >
165
- srv/src/main/resources/db/changelog/dev/model.sql</command>
166
- <command>deploy --model-only --dry > srv/src/main/resources/db/changelog/dev/model.csn</command>
+ <command>deploy --profile pg --dry --delta-from srv/src/main/resources/db/changelog/v2/model.csn
+ --out srv/src/main/resources/db/changelog/dev/model.sql</command>
+ <command>deploy --model-only --dry --out srv/src/main/resources/db/changelog/dev/model.csn</command>
167
</commands>
168
</configuration>
169
</execution>
0 commit comments