diff --git a/src/migrations/Install.php b/src/migrations/Install.php index bedbe29137..374f953d8d 100644 --- a/src/migrations/Install.php +++ b/src/migrations/Install.php @@ -1020,7 +1020,7 @@ public function createTables(): void 'id' => $this->integer()->notNull(), 'primaryOwnerId' => $this->integer(), 'isDefault' => $this->boolean()->notNull()->defaultValue(false), - 'deletedWithProduct' => $this->boolean()->notNull()->defaultValue(false), + 'deletedWithProduct' => $this->boolean()->notNull()->defaultValue(false), // TODO: Remove in 6.0 'dateCreated' => $this->dateTime()->notNull(), 'dateUpdated' => $this->dateTime()->notNull(), 'uid' => $this->uid(),