Skip to content

Instantly share code, notes, and snippets.

View luzrain's full-sized avatar

Anton Zenkov luzrain

  • Taiwan, Taipei
  • 02:31 (UTC +08:00)
View GitHub Profile
@vudaltsov
vudaltsov / FixPostgreSQLDefaultSchemaListener.php
Last active August 14, 2024 09:32
Doctrine PostgreSQL Default Schema Fix For Symfony
<?php
declare(strict_types=1);
namespace App\Doctrine\EventListener;
use Doctrine\DBAL\Schema\PostgreSQLSchemaManager;
use Doctrine\ORM\Tools\Event\GenerateSchemaEventArgs;
final class FixPostgreSQLDefaultSchemaListener