You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to run the mvn clean compile -P waltz-postgres successfully.
Getting errors like checksums errors and used clear checksum command to resolve it and reran the command again.
But now it is failing in db-changelog-1.58.xml
So this section in liquibase script was changed and schema got compiled. But model package is failing and unable to compile.
< changeSet author="woodjes" id="20240205-6944-2" >
< preConditions onFail="MARK_RAN" >
Description
Unable to run the mvn clean compile -P waltz-postgres successfully.
Getting errors like checksums errors and used clear checksum command to resolve it and reran the command again.
But now it is failing in db-changelog-1.58.xml
So this section in liquibase script was changed and schema got compiled. But model package is failing and unable to compile.
< changeSet author="woodjes" id="20240205-6944-2" >
< preConditions onFail="MARK_RAN" >
< columnExists tableName="logical_flow" columnName= "external id"/>
Tji Microsoft Teams
< addColumn tableName="logical_flow">
<column name="external_id" type="VARCHAR(200)"
${uuid.function})" />
Waltz Version
1.61
Steps to Reproduce
...
Expected Result
No response
Actual Result
No response
The text was updated successfully, but these errors were encountered: