2.3.0
版本发布时间: 2020-10-29 02:29:43
doctrine/migrations最新发布版本:3.8.1(2024-08-28 21:18:25)
Release Notes for 2.3.0
2.3.0
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 6
Documentation
-
1032: Let composer decide the best version thanks to @PowerKiKi
-
1020: Add badges into README about license and packagist thanks to @matks
-
999: Allow using on PHP 7.1 with Composer 2 thanks to @nicolas-grekas
Enhancement
- 981: Add "from-empty-schema" option for "diff" command thanks to @guilliamxavier
- 954: Make compared tables order idempotent thanks to @julienfalque
Improvement
- 888: Use executeUpdate instead of executeQuery for write operation thanks to @goetas