Skip to content

Commit

Permalink
remove namespaces from migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-chepurnoi committed Jan 31, 2017
1 parent 36e9d20 commit 78f0ffd
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.5
- 5.6
- 7.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Configuration

Before using Comments Widget, we'll also need to prepare the database.
```php
php yii migrate 'yii2mod\\comments\\migrations'
php yii migrate --migrationPath=@vendor/yii2mod/yii2-comments/migrations
```

**Module setup**
Expand Down
2 changes: 0 additions & 2 deletions migrations/m010101_100001_init_comment.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace yii2mod\comments\migrations;

use yii\db\Migration;

/**
Expand Down
2 changes: 0 additions & 2 deletions migrations/m160629_121330_add_relatedTo_column_to_comment.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace yii2mod\comments\migrations;

use yii\db\Migration;

/**
Expand Down
3 changes: 0 additions & 3 deletions migrations/m161109_092304_rename_comment_table.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?php

namespace yii2mod\comments\migrations;

use Yii;
use yii\db\Migration;

class m161109_092304_rename_comment_table extends Migration
Expand Down
2 changes: 0 additions & 2 deletions migrations/m161114_094902_add_url_column_to_comment_table.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace yii2mod\comments\migrations;

use yii\db\Migration;

/**
Expand Down

0 comments on commit 78f0ffd

Please sign in to comment.