Skip to content

Instantly share code, notes, and snippets.

View zomberg's full-sized avatar

zomberg zomberg

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