diff --git a/src/Migrations/Version20240410075133.php b/src/Migrations/Version20240410075133.php index a7dd2939..12d01130 100644 --- a/src/Migrations/Version20240410075133.php +++ b/src/Migrations/Version20240410075133.php @@ -36,7 +36,7 @@ public function getDescription(): string public function up(Schema $schema): void { // this up() migration is auto-generated, please modify it to your needs - $this->addSql('DROP TABLE migration_versions'); + $this->addSql('DROP TABLE IF EXISTS migration_versions'); $this->addSql('ALTER TABLE public_key_credential_sources ADD other_ui LONGTEXT DEFAULT NULL COMMENT \'(DC2Type:array)\''); $this->addSql('CREATE UNIQUE INDEX UNIQ_1483A5E95E237E06 ON users (name)'); }