postgres support

This commit is contained in:
hakutaku
2025-09-17 20:27:51 +03:00
parent ba97fb0ab2
commit c36bcbf06e
21 changed files with 2072 additions and 181 deletions

View File

@@ -0,0 +1,6 @@
doctrine_migrations:
migrations_paths:
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
'DoctrineMigrations': '%kernel.project_dir%/migrations'
enable_profiler: false