Browse Source

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

Rolf Schmidt 4 years ago
parent
commit
dc4d61ca49

+ 1 - 0
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,