You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running php bin/console audit:schema:update throws Attempted to call an undefined method named "introspectSchema" of class "Doctrine\DBAL\Schema\PostgreSQLSchemaManager".
Exception trace:
at /var/www/app/vendor/damienharper/auditor/src/Provider/Doctrine/Persistence/Schema/SchemaManager.php:120DH\Auditor\Provider\Doctrine\Persistence\Schema\SchemaManager->getUpdateAuditSchemaSql() at /var/www/app/vendor/damienharper/auditor/src/Provider/Doctrine/Persistence/Command/UpdateSchemaCommand.php:66DH\Auditor\Provider\Doctrine\Persistence\Command\UpdateSchemaCommand->execute() at /var/www/app/vendor/symfony/console/Command/Command.php:308Symfony\Component\Console\Command\Command->run() at /var/www/app/vendor/symfony/console/Application.php:1016Symfony\Component\Console\Application->doRunCommand() at /var/www/app/vendor/symfony/framework-bundle/Console/Application.php:94Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() at /var/www/app/vendor/symfony/console/Application.php:299Symfony\Component\Console\Application->doRun() at /var/www/app/vendor/symfony/framework-bundle/Console/Application.php:80Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /var/www/app/vendor/symfony/console/Application.php:171Symfony\Component\Console\Application->run() at /var/www/app/vendor/symfony/runtime/Runner/Symfony/ConsoleApplicationRunner.php:54Symfony\Component\Runtime\Runner\Symfony\ConsoleApplicationRunner->run() at /var/www/app/vendor/autoload_runtime.php:29require_once() at /var/www/app/bin/console:11
Current behavior
Throws an exception
How to reproduce
Run php bin/console audit:schema:update
Expected behavior
Create the schema, so auditing works.
The text was updated successfully, but these errors were encountered:
auditor-bundle
versionSummary
Running
php bin/console audit:schema:update
throwsAttempted to call an undefined method named "introspectSchema" of class "Doctrine\DBAL\Schema\PostgreSQLSchemaManager".
Current behavior
Throws an exception
How to reproduce
Run
php bin/console audit:schema:update
Expected behavior
Create the schema, so auditing works.
The text was updated successfully, but these errors were encountered: