Skip to content

Commit

Permalink
fix(db0): remove dispose()
Browse files Browse the repository at this point in the history
  • Loading branch information
zsilbi committed Sep 4, 2024
1 parent a054de1 commit 7f9b898
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/drivers/db0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ export default defineDriver((opts: Db0DriverOptions) => {
DELETE FROM {${opts.table}}
`;
}),
dispose: async () => {
await opts.database.sql`
DROP TABLE IF EXISTS {${opts.table}}
`;
},
};
});

Expand Down

0 comments on commit 7f9b898

Please sign in to comment.