What's Changed
- Fix typos. by @dereuromark in #775
- Avoid timestamp collisions on bake. by @dereuromark in #773
- Add schema support to MS SQL Server by @ovoronyi in #777
- Outline possible configs for easier copy-and-paste by @dereuromark in #779
- Prevent fatal error on reserved keywords as migration names. by @dereuromark in #780
- Tidy up docs and publish migrations/seeds docs by @markstory in #781
- Revert glob escaping. by @dereuromark in #782
- Reword exception message for multiple migrations on same connection. by @kevindecapite in #784
- Bail early by @ravage84 in #785
- Add Migrations middleware by @dereuromark in #774
- Adjust ci by @LordSimal in #787
- Less sprintf in adapters by @markstory in #788
- Port changes from cakephp/phinx#2322 by @markstory in #789
- Add Table::foreignKey() by @markstory in #790
- Update migration generation and docs to use foreignKey() by @markstory in #791
- Add BaseMigration::index() by @markstory in #792
- Added nativeuuid type for databases with a native uuid type by @nicosp in #786
- Add support for partial indexes and concurrent indexes in postgres by @markstory in #793
- Start switching to cakephp/database for schema reflection by @markstory in #794
- Use cakephp/database schema reflection in sqliteadapter by @markstory in #795
- Clean up output from pending migrations middleware. by @markstory in #797
- Use cakephp/database for mysql schema by @markstory in #796
- 5.next update stan by @LordSimal in #799
- Use cakephp/database for postgres schema reflection by @markstory in #798
- Use cakephp/database for sqlserver schema reflection by @markstory in #800
- Consolidate shared code into PdoAdapter by @markstory in #801
- Fix failing tests with MySQL by @markstory in #807
- Add missing array cast in SqliteAdapter by @markstory in #805
- check if bake is loaded in BakeSimpleMigrationCommand by @LordSimal in #808
- Use prepared statements in more places by @markstory in #810
- Flatten PdoAdapter into AbstractAdapter by @markstory in #813
- Remove PdoAdapter by @markstory in #814
- Use cakephp/database for postgres foreign key reflection by @markstory in #815
New Contributors
- @ovoronyi made their first contribution in #777
- @kevindecapite made their first contribution in #784
- @nicosp made their first contribution in #786
Full Changelog: 4.5.0...4.6.0