Skip to content

migration: Move connection creation functions into a new package

Administrator requested to merge ef/separate-dbconn-migrations into main

Created by: efritz

This reorganization is necessary to prevent a future cyclic import when we use the migration runner instead of golang-migrate for dbconn/New* methods.

Merge request reports

Loading