diff --git a/docs/sql_cheatsheet.md b/docs/sql_cheatsheet.md index 1617d09d2..21e03d695 100644 --- a/docs/sql_cheatsheet.md +++ b/docs/sql_cheatsheet.md @@ -119,4 +119,3 @@ DELETE FROM trades WHERE id = 31; !!! Warning This will remove this trade from the database. Please make sure you got the correct id and **NEVER** run this query without the `where` clause. -