Better text

This commit is contained in:
James Cole
2016-10-15 12:39:11 +02:00
parent ac968dd6cd
commit 2f9a4bb79a
2 changed files with 1 additions and 211 deletions

View File

@@ -100,7 +100,7 @@ class UpgradeDatabase extends Command
Log::error($e->getMessage());
$this->error('Firefly III could not find the "identifier" field in the "transactions" table.');
$this->error('This field is required for Firefly III version ' . config('firefly.version') . ' to run.');
$this->error('Please run "php artisan migrate" to upgrade your database.');
$this->error('Please run "php artisan migrate" to add this field to the table.');
$this->info('Then, run "php artisan firefly:upgrade-database" to try again.');
break 2;
}