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

DBMigration: Statements should use IF NOT EXISTS #60

Open
dvvanessastoiber opened this issue May 25, 2023 · 0 comments
Open

DBMigration: Statements should use IF NOT EXISTS #60

dvvanessastoiber opened this issue May 25, 2023 · 0 comments
Assignees
Labels
type: bug Something isn't working

Comments

@dvvanessastoiber
Copy link
Contributor

Environment

  • Release number or git hash: 9e57aec
  • Browser:
  • Deployed / Local: both

Steps to reproduce the bug

  1. Check Backend Image Logs when Upgrade Migration is executed on startup

Observed Behavior

The migration fails because the schema and tables already exist.

Expected Behavior

The migration checks, if the schema and tables already exist as it does for the table.

Thanks for taking the time to fill out this bug report 🤗
Make sure there aren't any open/closed issues for this topic 😃

@dvvanessastoiber dvvanessastoiber added the type: bug Something isn't working label May 25, 2023
@dvvanessastoiber dvvanessastoiber self-assigned this May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant