We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auditor
Running ./bin/console audit:schema:update --dump-sql Return ALTER that does not change anything, problem is doctrine/DoctrineBundle#1468 (comment)
./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
The text was updated successfully, but these errors were encountered:
fixes DamienHarper#221
1647979
Signed-off-by: Oleg Andreyev <oleg@andreyev.lv>
fixes #221 (#232)
2fd99aa
Successfully merging a pull request may close this issue.
auditor
versionSummary
Running
./bin/console audit:schema:update --dump-sql
Return ALTER that does not change anything, problem is doctrine/DoctrineBundle#1468 (comment)
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
Current behavior
ALTER that does not make sense.
How to reproduce
Expected behavior
inherit default_table_options from config
The text was updated successfully, but these errors were encountered: