Skip to content

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraz2 committed Apr 28, 2018
1 parent 110d8ca commit dc9c1d8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

**PHP 7.1** because it is really fast.

Default, the template includes three tiers: `frontend`, `backend`, and `console`, each of which is a separate Yii application.

> **NOTE:** Template is in initial development. Anything may change at any time.
Expand Down
2 changes: 1 addition & 1 deletion console/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'class' => 'yii\console\controllers\MigrateController',
//'migrationPath' => null,
'migrationNamespaces' => [
'console\migrations',
//'console\migrations',
'yii\queue\db\migrations',
],
],
Expand Down
2 changes: 0 additions & 2 deletions console/migrations/M180422195051Insert_adminus.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace console\migrations;

use yii\db\Migration;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
namespace console\migrations;

use yii\db\Migration;

Expand Down

0 comments on commit dc9c1d8

Please sign in to comment.