Skip to content

move migrators into oobmigration package

Warren Gifford requested to merge cc/move-oob-migrators into main

Created by: camdencheek

Importing internal/oobmigration into internal/database is problematic from a cyclical import perspective. Since database is imported all over the codebase, we should keep the import footprint of that package as small as possible. This moves internal/database/oob_migration.go to internal/oobmigraiton/migrators.go to avoid this issue.

Merge request reports

Loading