Finalize SuperOffice production migration and multi-campaign architecture (v1.8)
This commit is contained in:
@@ -320,6 +320,7 @@ class MarketingMatrix(Base):
|
||||
# The combination keys
|
||||
industry_id = Column(Integer, ForeignKey("industries.id"), nullable=False)
|
||||
persona_id = Column(Integer, ForeignKey("personas.id"), nullable=False)
|
||||
campaign_tag = Column(String, default="standard", index=True) # NEW: Allows multiple variants (e.g. "standard", "messe_2026", "warmup")
|
||||
|
||||
# The Content
|
||||
subject = Column(Text, nullable=True)
|
||||
|
||||
Reference in New Issue
Block a user