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

Hack for updating the migration_info.version value in the database #392

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joselsegura
Copy link
Collaborator

Description

Hack to allow the direct update of the database value for "migration_info" table, "version" column.

Reasoning: In our stage environment, we don't know how but that field was reset to 0, making the notification-writer unable to start due to a failure when trying the migration to "latest" database version.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Testing steps

Run against a local database

Checklist

  • make before_commit passes
  • updated documentation wherever necessary
  • added or modified tests if necessary
  • updated schemas and validators in insights-data-schemas in case of input/output change

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.

1 participant