Post Typen Verwalten + Strategy weight
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user