fixup! Fix migrations to take into account the change in table name for Person's entity

This commit is contained in:
Julien Fastré 2023-11-28 14:19:42 +01:00
parent e586b8ee5e
commit 1fbbf2b2ad
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
4 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@ declare(strict_types=1);
namespace Chill\Migrations\Event;
use Doctrine\DBAL\Platforms\PostgreSQLPlatform;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -11,7 +11,6 @@ declare(strict_types=1);
namespace Chill\Migrations\Event;
use Doctrine\DBAL\Platforms\PostgreSQLPlatform;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -11,7 +11,6 @@ declare(strict_types=1);
namespace Chill\Migrations\Event;
use Doctrine\DBAL\Platforms\PostgreSQLPlatform;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -11,7 +11,6 @@ declare(strict_types=1);
namespace Chill\Migrations\Event;
use Doctrine\DBAL\Platforms\PostgreSQLPlatform;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;