mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
fix: correct property name in schema route
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user