Fix alembic migrations importing app
Ensure we connect to loaded config db
This commit is contained in:
parent
bb2b28cd11
commit
b5f630ba29
18 changed files with 69 additions and 81 deletions
|
@ -22,4 +22,8 @@ export class ConfigSetupAppComponent {
|
|||
private chooseLoad(): void {
|
||||
this.state = 'load';
|
||||
}
|
||||
|
||||
private configLoaded(): void {
|
||||
this.state = 'setup';
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue