$eventSource->send('success',(string)$l->t('Checking whether the database schema can be updated (this can take a long time depending on the database size)'));
$eventSource->send('success',(string)$l->t('Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)',[$app]));
$output->writeln("<info>Checking whether the database schema for <$app> can be updated (this can take a long time depending on the database size)</info>");