diff --git a/frontends/nextjs/src/app/api/dbal/schema/route.ts b/frontends/nextjs/src/app/api/dbal/schema/route.ts index f757f97d8..d5641d3f4 100644 --- a/frontends/nextjs/src/app/api/dbal/schema/route.ts +++ b/frontends/nextjs/src/app/api/dbal/schema/route.ts @@ -35,7 +35,7 @@ export async function GET() { pendingMigrations: pending.length, migrations: pending.map(m => ({ id: m.id, - packageId: m.b_packageId, + packageId: m.packageId, status: m.status, queuedAt: m.queuedAt, entities: m.entities.map(e => e.name),