Skip to content
Snippets Groups Projects
Unverified Commit 94fd5485 authored by MeiMei's avatar MeiMei Committed by GitHub
Browse files

Use TRUNCATE (#7385)

parent cd4680b4
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,5 @@ export const meta = {
};
export default define(meta, async (ps) => {
await Logs.delete({});
await Logs.clear(); // TRUNCATE
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment