Fix deletion on the queue.
Fix #85 (closed)
There are two 'sqlite_sequence' tables, one for the :memory:
database,
and one for the LKT_PROTECTED_DATABASE
database. Because the queue is
on the LKT_PROTECTED_DATABASE
database, updating simply
'sqlite_sequence' won't do anything, you must update
'LKT_PROTECTED_DATABASE
.sqlite_sequence'.