Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres - Enterprise Advanced Server 14.11 #7212

Open
krish777 opened this issue Feb 14, 2025 · 0 comments
Open

Postgres - Enterprise Advanced Server 14.11 #7212

krish777 opened this issue Feb 14, 2025 · 0 comments
Labels
bug Defect affecting the currently released version of Waltz

Comments

@krish777
Copy link

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

@krish777 krish777 added the bug Defect affecting the currently released version of Waltz label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defect affecting the currently released version of Waltz
Projects
None yet
Development

No branches or pull requests

1 participant