We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26bf20 commit b891ab4Copy full SHA for b891ab4
src/controllers/MigrationController.php
@@ -20,7 +20,7 @@
20
* Generates migration file based on the existing database table and previous migrations.
21
*
22
* @author Paweł Bizley Brzozowski
23
- * @version 3.0.4
+ * @version 3.0.5
24
* @license Apache 2.0
25
* https://github.com/bizley/yii2-migration
26
*/
@@ -29,7 +29,7 @@ class MigrationController extends Controller
29
/**
30
* @var string
31
32
- protected $version = '3.0.4';
+ protected $version = '3.0.5';
33
34
35
* @var string Default command action.
0 commit comments