Updates to models

This commit is contained in:
Scott Idem
2023-09-07 17:56:25 -04:00
parent 2550c58d99
commit f3571fe7f4
2 changed files with 4 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ class Post_Base(BaseModel):
email: Optional[str]
timezone: Optional[str]
post_comment_count: Optional[int] # post comment count using view
enable: Optional[bool]
enable_from: Optional[datetime.datetime] = None
enable_to: Optional[datetime.datetime] = None