-
Notifications
You must be signed in to change notification settings - Fork 15
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
BGDIDIC-124: update table field names #4404
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
you could create a unique index in the matviews for the column bfs_nummer
CREATE UNIQUE INDEX fn_112_tooltip_bfs_nummer
ON bakom.fn_112_tooltip USING btree
(bfs_nummer COLLATE pg_catalog."default")
TABLESPACE pg_default;
It seems this merge make the test fail on chsdi although the tests were OK here in the pr |
probably a temporary issue, maybe related to a database or table deploy:
im running the tests again |
It works, thanks |
No description provided.