Added purge folder

This commit is contained in:
M66B
2020-07-26 19:58:13 +02:00
parent 8cb130c0e8
commit 81fdd8dfe0
7 changed files with 82 additions and 16 deletions

View File

@@ -99,6 +99,7 @@ public class EntityOperation {
static final String SEND = "send";
static final String EXISTS = "exists";
static final String RULE = "rule";
static final String PURGE = "purge";
static void queue(Context context, EntityMessage message, String name, Object... values) {
DB db = DB.getInstance(context);