From 33a94b8606ebd71544ff1664e9e052c57e1a8f7f Mon Sep 17 00:00:00 2001 From: MarkusGaertner Date: Tue, 10 Oct 2023 16:03:49 +0200 Subject: [PATCH] =?UTF-8?q?Use=20Eintr=C3=A4ge=20reduzieren?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- migration/data/Version20230403083243.php | 8 +------- migration/data/Version20230802094023.php | 9 +-------- migration/data/Version20230802094252.php | 9 +-------- 3 files changed, 3 insertions(+), 23 deletions(-) diff --git a/migration/data/Version20230403083243.php b/migration/data/Version20230403083243.php index 20afe4b..55fe3e0 100644 --- a/migration/data/Version20230403083243.php +++ b/migration/data/Version20230403083243.php @@ -4,14 +4,8 @@ declare(strict_types=1); namespace D3\CategoryLongtext\Migrations; -use Doctrine\DBAL\DBALException; -use Doctrine\DBAL\Types\Type; -use Doctrine\Migrations\AbstractMigration; use Doctrine\DBAL\Schema\Schema; -use Doctrine\DBAL\Schema\SchemaException; -use Doctrine\DBAL\Types\TextType; -use OxidEsales\Eshop\Core\Exception\DatabaseConnectionException; -use OxidEsales\Eshop\Core\Exception\DatabaseErrorException; +use Doctrine\Migrations\AbstractMigration; /** * Auto-generated Migration: Please modify to your needs! diff --git a/migration/data/Version20230802094023.php b/migration/data/Version20230802094023.php index 3932d9e..0418a73 100644 --- a/migration/data/Version20230802094023.php +++ b/migration/data/Version20230802094023.php @@ -4,15 +4,8 @@ declare(strict_types=1); namespace D3\CategoryLongtext\Migrations; -use Doctrine\DBAL\DBALException; -use Doctrine\DBAL\Migrations\AbstractMigration; use Doctrine\DBAL\Schema\Schema; -use Doctrine\DBAL\Schema\SchemaException; -use Doctrine\DBAL\Types\TextType; -use Doctrine\DBAL\Types\Type; -use OxidEsales\Eshop\Core\DatabaseProvider; -use OxidEsales\Eshop\Core\Exception\DatabaseConnectionException; -use OxidEsales\Eshop\Core\Exception\DatabaseErrorException; +use Doctrine\Migrations\AbstractMigration; /** * Auto-generated Migration: Please modify to your needs! diff --git a/migration/data/Version20230802094252.php b/migration/data/Version20230802094252.php index 7291b99..9184e9a 100644 --- a/migration/data/Version20230802094252.php +++ b/migration/data/Version20230802094252.php @@ -4,15 +4,8 @@ declare(strict_types=1); namespace D3\CategoryLongtext\Migrations; -use Doctrine\DBAL\DBALException; -use Doctrine\DBAL\Migrations\AbstractMigration; use Doctrine\DBAL\Schema\Schema; -use Doctrine\DBAL\Schema\SchemaException; -use Doctrine\DBAL\Types\TextType; -use Doctrine\DBAL\Types\Type; -use OxidEsales\Eshop\Core\DatabaseProvider; -use OxidEsales\Eshop\Core\Exception\DatabaseConnectionException; -use OxidEsales\Eshop\Core\Exception\DatabaseErrorException; +use Doctrine\Migrations\AbstractMigration; /** * Auto-generated Migration: Please modify to your needs!