decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
414 stars 130 forks source link

Migrations fail on new install #1296

Open ClearflySystems opened 7 months ago

ClearflySystems commented 7 months ago

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):