Skip to content
Snippets Groups Projects

migration store: Fix golang-migrate schema table name usage

Merged Warren Gifford requested to merge ef/fix-schema-name into main

Created by: efritz

The schema name that we supply to the migration store is already the exact table name that our old golang-migrate machinery used. I incorrectly added a transform that attempts to query the schema_migrations_schema_migrations table, which doesn't exist (schema_migrations does, though).

Removing this transform uses the correct table.

Test plan

Tested locally; updated unit tests.

Merge request reports

Merged by avatar (Apr 12, 2025 10:34am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading