@@ -75,5 +75,5 @@ |
||
| 75 | 75 | $this->getDbDriver()->execute('drop table migration_version'); |
| 76 | 76 | $this->createVersion(); |
| 77 | 77 | $this->setVersion($currentVersion, 'unknow'); |
| 78 | - } |
|
| 78 | + } |
|
| 79 | 79 | } |
@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Test; |
| 3 | 3 | |
| 4 | -use ByJG\AnyDataset\Store\PdoMysql; |
|
| 5 | 4 | use ByJG\DbMigration\Migration; |
| 6 | 5 | use ByJG\Util\Uri; |
| 7 | 6 | |