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

Bugfix/Postgres migration column type #2026

Merged
merged 1 commit into from
Mar 24, 2024
Merged

Conversation

HenryHengZJ
Copy link
Contributor

No description provided.

@HenryHengZJ HenryHengZJ merged commit 7e84049 into main Mar 24, 2024
2 checks passed
@schieck0
Copy link

Thank you very much, thanks to you I spent 2 days trying to identify a bug "invalid input syntax for type uuid" to discover that someone changed the field type in a migration instead of creating another.
issue

@otalekar
Copy link

I am trying to setup Postgres db for Flowise and keep getting this error on the startup

[ERROR]: :x: [server]: Error during Data Source initialization: relation "UQ_6352078b5a294f2d22179ea7956" already exists

Do you think we should add this command before adding the constraint?

ALTER TABLE "chat_message_feedback" DROP CONSTRAINT IF EXISTS "UQ_6352078b5a294f2d22179ea7956";

Did anyone face this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants