doctrine / migrations

Doctrine Database Migrations Library
https://www.doctrine-project.org/projects/migrations.html
MIT License
4.65k stars 387 forks source link

Enlarge table to avoid to be truncated #1433

Closed kouinkouin closed 3 weeks ago

kouinkouin commented 3 weeks ago
Q A
Type bug (documentation)
BC Break no
Fixed issues

Summary

On this page (https://www.doctrine-project.org/projects/doctrine-migrations/en/3.0/reference/configuration.html), from v3.0 to current version, in the table under "Here are details about what each configuration option does:", the lines "migrations_paths" and "organize_migrations" are truncated.

The PR permits to show all the text of the cell.

The patch should be merged in v3.0+ branches.

greg0ire commented 3 weeks ago

Sorry, we do not maintain branches older than 3.7.x, even for docs.