mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
cleanup: Commands are a lot less verbal and report better on success / failue
This commit is contained in:
@@ -53,8 +53,6 @@ class FixPostgresSequences extends Command
|
||||
public function handle(): int
|
||||
{
|
||||
if (DB::connection()->getName() !== 'pgsql') {
|
||||
$this->info('Command executed successfully.');
|
||||
|
||||
return 0;
|
||||
}
|
||||
$this->line('Going to verify PostgreSQL table sequences.');
|
||||
|
||||
Reference in New Issue
Block a user