Scheduled job to cleanup, fails to found table "user"

Hi,
We have migrated from mysql to Postgresql, it seems to work fine.

But today I got an error-message from the cronjob, stating:
Cron <www-data@[SERVERNAME]> /usr/bin/php /var/www/[folder]/index.php cron

string(239) “Remove Deleted Items: An exception occurred while executing a query: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation ““user”” does not exist LINE 1: DELETE FROM “”“user””" t WHERE (t.deleted = $1) AND (DATE(t…
^"

So I guess the scheduled job to clean up deleted rows, fails to find the table user?
I have checked, the table is there.
Is this something that have been fixed in later versions?
We run 1.11.10 today, thinking of upgrade, but I have not the time to test new version right now.

Hi,
Even if this problem is still exists, please do not pay attention on it. In the next minor release (1.12.0) the problem will be disapeared because we will improve the Job manager.