Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/284/head
Maxence Lange 2018-12-29 13:21:52 -01:00
rodzic 1a7b1c8549
commit 59d1b578a9
2 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -32,12 +32,8 @@ namespace OCA\Social\Migration;
use Closure;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Schema\SchemaException;
use Doctrine\DBAL\Types\Type;
use OCA\Social\Db\CoreRequestBuilder;
use OCP\DB\ISchemaWrapper;
use OCP\IDBConnection;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;

Wyświetl plik

@ -34,9 +34,7 @@ namespace OCA\Social\Migration;
use Closure;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Schema\SchemaException;
use Doctrine\DBAL\Types\Type;
use OCP\DB\ISchemaWrapper;
use OCP\IDBConnection;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;