Skip to content

fix(migrator): set primary key for schema_versions table (#945) #617

fix(migrator): set primary key for schema_versions table (#945)

fix(migrator): set primary key for schema_versions table (#945) #617

Triggered via push November 16, 2023 15:18
Status Failure
Total duration 5m 51s
Artifacts

test.yml

on: push
Matrix: test-mssql
Matrix: test-mysql
Matrix: test-postgres
Matrix: test-sqlite
Fit to window
Zoom out
Zoom in

Annotations

3 errors
typecheck: src/Connection/index.ts#L241
Argument of type 'import("/home/runner/work/lucid/lucid/node_modules/knex/types/index").Knex<any, any[]>' is not assignable to parameter of type 'import("/home/runner/work/lucid/lucid/node_modules/knex-dynamic-connection/node_modules/knex/types/index").Knex<any, any[]>'.
typecheck: src/Connection/index.ts#L260
Argument of type 'import("/home/runner/work/lucid/lucid/node_modules/knex/types/index").Knex<any, any[]>' is not assignable to parameter of type 'import("/home/runner/work/lucid/lucid/node_modules/knex-dynamic-connection/node_modules/knex/types/index").Knex<any, any[]>'.
typecheck
Process completed with exit code 2.