Fix migrations directory
Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
36629e916c
commit
90c1da9277
@@ -19,7 +19,7 @@ import { Knex } from 'knex';
|
||||
/** @public */
|
||||
export async function applyDatabaseMigrations(knex: Knex): Promise<void> {
|
||||
const migrationsDir = resolvePackagePath(
|
||||
'@devex/backend-incremental-ingestion',
|
||||
'@backstage/plugin-incremental-ingestion-backend',
|
||||
'migrations',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user