You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
The text was updated successfully, but these errors were encountered: