Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Avoid deprecated
SchemaManager->listTableDetails()
method
Doctrine DBAL deprecated `SchemaManager->listTableDetails()` within `3.x` [1]. That means that this method will be removed with `doctrine/dbal 4.x`. To pave the way towards the next `doctrine/dbal` major version, the usage is replaced with the `SchemaManager->introspectTable()` method. [1] https://github.com/doctrine/dbal/blob/3.7.x/UPGRADE.md#deprecated-abstractschemamanager-schema-introspection-methods Releases: main
- Loading branch information