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 cd06890 commit 3fc2e2cCopy full SHA for 3fc2e2c
test/utility/edgedb-setup.ts
@@ -18,7 +18,7 @@ export const ephemeralEdgeDB = async () => {
18
await db.execute(`create schema branch ${branch} from ${main}`);
19
20
const cleanup = async () => {
21
- await db.execute(`drop branch ${branch}`);
+ await db.execute(`drop branch ${branch} force`);
22
await db.close();
23
};
24
0 commit comments