This commit is contained in:
2026-07-01 09:22:26 +00:00
parent 4aa1dab283
commit aa47a19e98
53 changed files with 4721 additions and 77 deletions
@@ -48,6 +48,9 @@ class BaseIndividualModel(BaseDataModel):
nullable=True,
index=True,
)
plugin_owned: Mapped[Optional[str]] = mapped_column(
String(64), nullable=True, index=True
)
__mapper_args__ = {"polymorphic_on": "agent_type", "polymorphic_identity": "base"}