-
Notifications
You must be signed in to change notification settings - Fork 6
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
2024-08-07-unique-constraint-fk_1-fk_2-to-re_-tables #369
2024-08-07-unique-constraint-fk_1-fk_2-to-re_-tables #369
Conversation
for more information, see https://pre-commit.ci
fk_building_group is not yet created, it has to be created before this additionnal statement otherwise it will fail as it is. (see docker logs in create dumps action to see the error) |
Needs #357 to be user friendly, else we will get a problem during import as duplicates will be blocked. This would be ok as long as we re-import the same re_table data, but makes it difficult if there are some new ones and some old one. |
@ponceta l moved unique constraints to the end - now it looks ok |
@cymed also ok for you? |
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.
Looks good to me
Should solve #365