Follow up - 5f06c8c6b4 - Added last run to prevent conflict with missing function after migration.

This commit is contained in:
Rolf Schmidt 2020-06-08 09:58:57 +02:00
parent 1cca1870bf
commit dc4d61ca49

View file

@ -8,6 +8,7 @@ class ImapAuthenticationMigrationCleanupJobScheduler < ActiveRecord::Migration[5
name: 'Delete obsolete classic IMAP backup.',
method: 'ImapAuthenticationMigrationCleanupJob.perform_now',
period: 1.day,
last_run: Time.zone.now,
prio: 2,
active: true,
updated_by_id: 1,