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

Fix the unique constraint migration #1866

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

Zlopez
Copy link
Contributor

@Zlopez Zlopez commented Dec 12, 2024

As the unique constrain is created on index and not on column we need to remove the index first and recreate it without the unique constrain.

As the unique constrain is created on index and not on column we need to
remove the index first and recreate it without the unique constrain.

Signed-off-by: Michal Konecny <[email protected]>
@Zlopez Zlopez requested a review from a team as a code owner December 12, 2024 16:11
Copy link

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/0d1982698a4943a4ae0aefc5bb38f5b9

✔️ fi-tox-mypy SUCCESS in 5m 08s
✔️ fi-tox-lint SUCCESS in 4m 53s
✔️ fi-tox-format SUCCESS in 4m 30s
✔️ fi-tox-python310 SUCCESS in 7m 50s
✔️ fi-tox-python311 SUCCESS in 7m 57s
✔️ fi-tox-python312 SUCCESS in 8m 02s
✔️ fi-tox-docs SUCCESS in 5m 21s
✔️ fi-tox-bandit SUCCESS in 4m 56s
✔️ fi-tox-diff-cover SUCCESS in 8m 49s

@Zlopez Zlopez merged commit 25b11cf into fedora-infra:master Dec 12, 2024
6 checks passed
@Zlopez Zlopez deleted the fix_migration branch December 12, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant