The object type is need for the migration of existing assignments. ref https://github.com/WoltLab/WCF/pull/6661/commits/bc94d7744d394668b6ac8683af4859d8c6514ea3 ``` <type> <name>com.woltlab.wcf.article</name> <definitionname>com.woltlab.wcf.attachment.objectType</definitionname> <classname>wcf\system\attachment\ArticleAttachmentObjectType</classname> </type> ```
The object type is need for the migration of existing assignments. ref bc94d77