mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Generate birthdays on upgrade from 8.2 as well
This commit is contained in:
parent
419adc8d50
commit
3f4be066f9
1 changed files with 1 additions and 0 deletions
|
|
@ -25,3 +25,4 @@ $app = new Application();
|
|||
$app->setupCron();
|
||||
$app->migrateAddressbooks();
|
||||
$app->migrateCalendars();
|
||||
$app->generateBirthdays();
|
||||
|
|
|
|||
Loading…
Reference in a new issue