Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure PostgreSQL field length change is executed again
With doctrine#6280 quite some changes has been applied, which removed the code path to create alter sql statement if length of a field has changed. This change adds a general test for this case and reimplement the accidently removed code from the `PostgreSQLPlatform`.
- Loading branch information