Post Typen Verwalten + Strategy weight

This commit is contained in:
2026-02-14 14:48:03 +01:00
parent 1ebf50ab04
commit 31150000fd
14 changed files with 2624 additions and 43 deletions

View File

@@ -226,6 +226,7 @@ class PostType(DBModel):
analysis_generated_at: Optional[datetime] = None
analyzed_post_count: int = 0
is_active: bool = True
strategy_weight: float = 0.5
class LinkedInProfile(DBModel):