Skip to content

Instantly share code, notes, and snippets.

View luzrain's full-sized avatar

Anton Zenkov luzrain

  • Taiwan, Taipei
  • 07:16 (UTC +08:00)
View GitHub Profile
@vudaltsov
vudaltsov / FixPostgreSQLDefaultSchemaListener.php
Last active June 27, 2024 16:45
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