Skip to content

Commit dc9c1d8

Browse files
committed
fix migrations
1 parent 110d8ca commit dc9c1d8

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Yii2-app is Fast and Ready-to-production advanced project template.
44

5+
**PHP 7.1** because it is really fast.
6+
57
Default, the template includes three tiers: `frontend`, `backend`, and `console`, each of which is a separate Yii application.
68

79
> **NOTE:** Template is in initial development. Anything may change at any time.

console/config/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'class' => 'yii\console\controllers\MigrateController',
2525
//'migrationPath' => null,
2626
'migrationNamespaces' => [
27-
'console\migrations',
27+
//'console\migrations',
2828
'yii\queue\db\migrations',
2929
],
3030
],

console/migrations/M180422195051Insert_adminus.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
namespace console\migrations;
4-
53
use yii\db\Migration;
64

75
/**

console/migrations/m180422_170849_create_email_form_table.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
namespace console\migrations;
32

43
use yii\db\Migration;
54

0 commit comments

Comments
 (0)