fix: correct property name in schema route

This commit is contained in:
copilot-swe-agent[bot]
2026-01-06 15:15:11 +00:00
parent dfa3003e3e
commit e44c480fba

View File

@@ -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),