File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4040 * Generates migration file based on the existing database table and previous migrations.
4141 *
4242 * @author Paweł Bizley Brzozowski
43- * @version 3.6.2
43+ * @version 3.6.3
4444 * @license Apache 2.0
4545 * https://github.com/bizley/yii2-migration
4646 */
@@ -49,7 +49,7 @@ class MigrationController extends Controller
4949 /**
5050 * @var string
5151 */
52- protected $ version = '3.6.2 ' ;
52+ protected $ version = '3.6.3 ' ;
5353
5454 /**
5555 * @var string Default command action.
Original file line number Diff line number Diff line change @@ -23,9 +23,8 @@ class <?= $className ?> extends Migration
2323 public function up()
2424 {
2525<?php foreach ($ fks as $ fk ): ?>
26- <?= $ fk ->render () ?>
26+ <?= $ fk ->render () . "\n" ?>
2727<?php endforeach ; ?>
28-
2928 }
3029
3130 public function down()
You can’t perform that action at this time.
0 commit comments