From 6fd05e145688aedaebc65aec90050b9099c2b804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 22 Feb 2025 19:23:28 +0100 Subject: [PATCH] Fixed migration --- migrations/Version20250222165240.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/Version20250222165240.php b/migrations/Version20250222165240.php index 84e4f709..57cd3970 100644 --- a/migrations/Version20250222165240.php +++ b/migrations/Version20250222165240.php @@ -21,7 +21,7 @@ final class Version20250222165240 extends AbstractMigration { //Change the old discriminator values to the new ones $this->addSql("UPDATE attachments SET class_name = 'Part' WHERE class_name = 'PartDB\Part'"); - $this->addSql("UPDATE attachments SET class_name = 'Device' WHERE class_name = ''PartDB\Device'"); + $this->addSql("UPDATE attachments SET class_name = 'Device' WHERE class_name = 'PartDB\Device'"); } public function down(Schema $schema): void