With some of the latest changes, an internal dependency of the migrator (mig>db>model>config) to the config was introduced, which resulted in an init of the config before the migrator. This was due to the use of a side effect within this class. Now the init of the class does not read in and validated the config, it needs to be explicitly initialized before the start of the main program. Necessary adjustments to local variables were made, to respect the new behavior.
With some of the latest changes, an internal dependency of the migrator (mig>db>model>config) to the config was introduced, which resulted in an init of the config before the migrator. This was due to the use of a side effect within this class. Now the init of the class does not read in and validated the config, it needs to be explicitly initialized before the start of the main program. Necessary adjustments to local variables were made, to respect the new behavior.