Use TRUNCATE (#7385)
This commit is contained in:
parent
a1eb3e3b8c
commit
27bae56f98
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ export const meta = {
|
|||
};
|
||||
|
||||
export default define(meta, async (ps) => {
|
||||
await Logs.delete({});
|
||||
await Logs.clear(); // TRUNCATE
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue