cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.45k stars 895 forks source link

Update docs for query builder #2293

Open MasterOdin opened 2 months ago

MasterOdin commented 2 months ago

The docs for the query builder:

https://github.com/cakephp/phinx/blob/615485032e67d9500cbfa2e53acdb0449e26f191/docs/en/migrations.rst?plain=1#L1646-L1676

These are out of date and need to be updated to make reference to the specific builder methods (e.g. getSelectBuilder) that people are supposed to use now.