@@ -8,7 +8,6 @@ |
||
8 | 8 | namespace yii\db\sqlite; |
9 | 9 | |
10 | 10 | use yii\db\Connection; |
11 | -use yii\db\Exception; |
|
12 | 11 | use yii\base\InvalidParamException; |
13 | 12 | use yii\base\NotSupportedException; |
14 | 13 | use yii\db\Expression; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use yii\console\Controller; |
14 | 14 | use yii\helpers\Console; |
15 | 15 | use yii\helpers\FileHelper; |
16 | -use yii\helpers\StringHelper; |
|
17 | 16 | |
18 | 17 | /** |
19 | 18 | * BaseMigrateController is the base class for migrate controllers. |