Add ability to flush recently_added database table

This commit is contained in:
JonnyWong16 2020-03-23 17:50:54 -07:00
commit 08c8ee0774
4 changed files with 56 additions and 21 deletions

4
API.md
View file

@ -278,6 +278,10 @@ Returns:
```
### delete_recently_added
Flush out all of the recently added items in the database.
### delete_temp_sessions
Flush out all of the temporary sessions in the database.