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
AbstractSchemaManager::getDatabasePlatform()
The doctrine team deprecated the `AbstractSchemaManager::getDatabasePlatform()` method has been deprecated. [1] Use `Connection::getDatabasePlatform()` instead to mitigate this deprecation. [1] https://github.com/doctrine/dbal/blob/3.7.x/UPGRADE.md#deprecated-abstractschemamanagergetdatabaseplatform Releases: main
- Loading branch information