Describe the bug
Migrations fail to execute due to missing table 'PreMigrationKey'
To Reproduce
Create new DataSource using dbOptions set to use migrations from /data-store and migrationsRun:true. And initialize();
Observed behaviour
2.SimplifyRelations fails at line 16 - migrationGetExistingTableByName(queryRunner, 'PreMigrationKey', true) throws error as table does not exist.
Expected behaviour
Exepect migrations to run and DB tables to be created.
Versions (please complete the following information):
Bug severity 3
Describe the bug Migrations fail to execute due to missing table 'PreMigrationKey'
To Reproduce Create new DataSource using dbOptions set to use migrations from /data-store and migrationsRun:true. And initialize();
Observed behaviour 2.SimplifyRelations fails at line 16 - migrationGetExistingTableByName(queryRunner, 'PreMigrationKey', true) throws error as table does not exist.
Expected behaviour Exepect migrations to run and DB tables to be created.
Versions (please complete the following information):