chore: simplifies logs

This commit is contained in:
James
2024-03-07 12:10:06 -05:00
parent 846f59974c
commit c08f981224
3 changed files with 1 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ export const connect: Connect = async function connect(
)
return
const { pushSchema } = require('drizzle-kit/payload')
const { pushSchema } = await import('drizzle-kit/payload')
// This will prompt if clarifications are needed for Drizzle to push new schema
const { apply, hasDataLoss, statementsToExecute, warnings } = await pushSchema(