File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Version History
22
3+ ** 0.7.2** (Tuesday, 28th February 2017)
4+
5+ * Bug fixes
6+ * [ #1041 ] ( https://github.com/robmorgan/phinx/pull/1041 ) Quote new column name in renameColumn in PostgresAdapter
7+ * [ #1048 ] ( https://github.com/robmorgan/phinx/pull/1048 ) Do not allow the start_time to be updated when setting a breakpoint
8+
39** 0.7.1** (Sunday, 19th February 2017)
410
511* Documentation updates
Original file line number Diff line number Diff line change 5050# The short X.Y version.
5151version = '0.7'
5252# The full version, including alpha/beta/rc tags.
53- release = '0.7.1 '
53+ release = '0.7.2 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class PhinxApplication extends Application
4747 *
4848 * @param string $version The Application Version
4949 */
50- public function __construct ($ version = '0.7.1 ' )
50+ public function __construct ($ version = '0.7.2 ' )
5151 {
5252 parent ::__construct ('Phinx by Rob Morgan - https://phinx.org. ' , $ version );
5353
You can’t perform that action at this time.
0 commit comments