From dc4d61ca490ce430a6055e7a55a638a2fc0c82e7 Mon Sep 17 00:00:00 2001 From: Rolf Schmidt Date: Mon, 8 Jun 2020 09:58:57 +0200 Subject: [PATCH] Follow up - 5f06c8c6b4126966f7b2605deeff32b9c9b066bb - Added last run to prevent conflict with missing function after migration. --- ...095900_imap_authentication_migration_cleanup_job_scheduler.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/migrate/20200507095900_imap_authentication_migration_cleanup_job_scheduler.rb b/db/migrate/20200507095900_imap_authentication_migration_cleanup_job_scheduler.rb index 3c1b3a837..01c234ea4 100644 --- a/db/migrate/20200507095900_imap_authentication_migration_cleanup_job_scheduler.rb +++ b/db/migrate/20200507095900_imap_authentication_migration_cleanup_job_scheduler.rb @@ -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,