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 unique constraints for id column #1584

Merged
merged 2 commits into from
Mar 29, 2024
Merged

Fix unique constraints for id column #1584

merged 2 commits into from
Mar 29, 2024

Conversation

ogabrielluiz
Copy link
Contributor

This pull request fixes the unique constraints for the id column in the apikey, flow, and user tables. Previously, the constraints were not properly checking for uniqueness based on the id column. This PR ensures that the constraints are correctly created if they don't already exist. Additionally, the version in the pyproject.toml file has been updated to 0.6.12.

* Fix unique constraints for id column

* Update version in pyproject.toml
Copy link

render bot commented Mar 29, 2024

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 29, 2024
Copy link

vercel bot commented Mar 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langflow ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 29, 2024 5:19pm

@ogabrielluiz ogabrielluiz added the Release Label to be set only on release PR label Mar 29, 2024
@dosubot dosubot bot added bug Something isn't working python Pull requests that update Python code labels Mar 29, 2024
@ogabrielluiz ogabrielluiz merged commit 90a81a1 into main Mar 29, 2024
7 of 8 checks passed
@vercel vercel bot temporarily deployed to production March 29, 2024 17:19 Inactive
ogabrielluiz added a commit that referenced this pull request Jun 24, 2024
Fix unique constraints for id column (#1583)

* Fix unique constraints for id column

* Update version in pyproject.toml
ogabrielluiz added a commit that referenced this pull request Jun 24, 2024
Fix unique constraints for id column (#1583)

* Fix unique constraints for id column

* Update version in pyproject.toml
ogabrielluiz added a commit that referenced this pull request Jun 24, 2024
Fix unique constraints for id column (#1583)

* Fix unique constraints for id column

* Update version in pyproject.toml
ogabrielluiz added a commit that referenced this pull request Jun 24, 2024
Fix unique constraints for id column (#1583)

* Fix unique constraints for id column

* Update version in pyproject.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Pull requests that update Python code Release Label to be set only on release PR size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant