Files
the-other-dude/backend/app/models
Jason Staack 36c0e25aea fix(model): remove ORM FK for snmp_profile_id to avoid NoReferencedTableError
SQLAlchemy couldn't resolve ForeignKey("snmp_profiles.id") because
there's no SNMPProfile ORM model — profiles are managed via raw SQL.
The FK constraint exists at the DB level via migration 039. The ORM
column is now a plain UUID.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 08:11:03 -05:00
..