We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fefe2 commit 676a106Copy full SHA for 676a106
1 file changed
apps/core/test/helper/pg-verify-url.ts
@@ -55,7 +55,7 @@ export async function createPgTestDatabase(
55
try {
56
await pool.end()
57
if (created) {
58
- await adminPool.query(`DROP DATABASE ${quotedDbName} WITH (FORCE)`)
+ await adminPool.query(`DROP DATABASE ${quotedDbName}`)
59
}
60
} finally {
61
await adminPool.end()
0 commit comments