Added
- Management command
fix_attachment_object_typesto back-fillcore_objecttyperows for every object type referenced by existing attachment data. This unblocks the foreign-key violation in migration0007_alter_netboxattachment_object_typethat can occur when upgrading to NetBox 4.6 with existing attachments (issue #107), including object types whose model is no longer installed. The command is idempotent, supports--dry-run, and is a no-op on NetBox < 4.6. See docs/installation.md.
Full Changelog: v11.2.1...v11.2.2