Closed oleg-andreyev closed 2 weeks ago
auditor
Running ./bin/console audit:schema:update --dump-sql Return ALTER that does not change anything, problem is https://github.com/doctrine/DoctrineBundle/issues/1468#issuecomment-2374497663
./bin/console audit:schema:update --dump-sql
Database return charset and collation, but when building schema does not know about this options, even if they are defined on connection level.
\DH\Auditor\Provider\Doctrine\Persistence\Helper\SchemaHelper::getAuditTableColumns
ALTER that does not make sense.
-
inherit default_table_options from config
auditor
versionSummary
Running
./bin/console audit:schema:update --dump-sql
Return ALTER that does not change anything, problem is https://github.com/doctrine/DoctrineBundle/issues/1468#issuecomment-2374497663Database return charset and collation, but when building schema does not know about this options, even if they are defined on connection level.
\DH\Auditor\Provider\Doctrine\Persistence\Helper\SchemaHelper::getAuditTableColumns
Current behavior
ALTER that does not make sense.
How to reproduce
-
Expected behavior
inherit default_table_options from config