This commit is contained in:
2026-01-11 06:21:48 +01:00
parent 18a9409aec
commit 0a03405598
6 changed files with 19 additions and 9 deletions
@@ -113,6 +113,7 @@ export default async function createDbFromSchema({
console.log(
`Dropping Table ${TABLE_NAME} from ${dbFullName}`
);
await dbHandler({
query: `DROP TABLE \`${dbFullName}\`.\`${TABLE_NAME}\``,
});