Skips pgsql for some reason.

This commit is contained in:
James Cole
2021-05-01 06:53:42 +02:00
parent 831272d971
commit 7775a0141b
2 changed files with 2 additions and 1 deletions

View File

@@ -30,11 +30,13 @@ 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.');
$tablesToCheck = [
'2fa_tokens',
'account_meta',