Skip to content

Commit 5c3c71a

Browse files
author
igor-chepurnoi
committed
recreate migrations
1 parent 30781aa commit 5c3c71a

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

migrations/m160805_074305_add_admin_user.php renamed to migrations/m161109_121722_add_admin_user.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
use app\components\Migration;
44

5-
/**
6-
* Class m160805_074305_add_admin_user
7-
*/
8-
class m160805_074305_add_admin_user extends Migration
5+
class m161109_121722_add_admin_user extends Migration
96
{
107
public function up()
118
{
@@ -24,4 +21,4 @@ public function down()
2421
{
2522
$this->delete('{{%user}}', ['email' => '[email protected]']);
2623
}
27-
}
24+
}

migrations/m160805_074317_add_cms_pages.php renamed to migrations/m161109_121727_add_cms_pages.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
use app\components\Migration;
44

5-
/**
6-
* Class m160805_074317_add_cms_pages
7-
*/
8-
class m160805_074317_add_cms_pages extends Migration
5+
class m161109_121727_add_cms_pages extends Migration
96
{
107
public function up()
118
{
@@ -49,4 +46,4 @@ public function down()
4946
$this->delete('{{%cms}}', ['url' => 'terms-and-conditions']);
5047
$this->delete('{{%cms}}', ['url' => 'privacy-policy']);
5148
}
52-
}
49+
}

migrations/m160805_074616_create_session_table.php renamed to migrations/m161109_121736_create_session_table.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
use app\components\Migration;
44

55
/**
6-
* Class m160805_074616_create_session_table
6+
* Handles the creation of table `session`.
77
*/
8-
class m160805_074616_create_session_table extends Migration
8+
class m161109_121736_create_session_table extends Migration
99
{
1010
public function up()
1111
{

0 commit comments

Comments
 (0)