@@ -8,10 +8,8 @@ |
||
8 | 8 | namespace yii\db\sqlite; |
9 | 9 | |
10 | 10 | use yii\db\Connection; |
11 | -use yii\db\Exception; |
|
12 | 11 | use yii\base\InvalidArgumentException; |
13 | 12 | use yii\base\NotSupportedException; |
14 | -use yii\db\Expression; |
|
15 | 13 | use yii\db\Query; |
16 | 14 | |
17 | 15 | /** |
@@ -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. |