fix(campaign): remove stale mapper coupling
This commit is contained in:
@@ -161,8 +161,6 @@ class RecipientImportMappingProfile(Base, TimestampMixin):
|
||||
value_separators: Mapped[str] = mapped_column(String(50), default=",;|", nullable=False)
|
||||
mappings: Mapped[list[dict[str, Any]]] = mapped_column(JSON, default=list, nullable=False)
|
||||
|
||||
owner: Mapped["User"] = relationship("User")
|
||||
|
||||
|
||||
class CampaignVersion(Base, TimestampMixin):
|
||||
__tablename__ = "campaign_versions"
|
||||
|
||||
Reference in New Issue
Block a user