Follow up - 5f06c8c6b4
- Added last run to prevent conflict with missing function after migration.
This commit is contained in:
parent
1cca1870bf
commit
dc4d61ca49
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue