Repair: copy legacy joinDate into new user's created_at when creating users from legacy wallz
This commit is contained in:
@@ -133,3 +133,8 @@ Schedule::command('forum:firewall-scan')
|
||||
->name('forum-firewall-scan')
|
||||
->withoutOverlapping()
|
||||
->runInBackground();
|
||||
|
||||
Schedule::command('horizon:snapshot')
|
||||
->everyFiveMinutes()
|
||||
->name('horizon-snapshot')
|
||||
->withoutOverlapping();
|
||||
|
||||
Reference in New Issue
Block a user