Merge pull request #8 from chinu0609/delete-last-acessed
fix: only document level deletion
This commit is contained in:
commit
0d96606fb2
1 changed files with 0 additions and 3 deletions
|
|
@ -43,9 +43,6 @@ class DataPoint(BaseModel):
|
||||||
updated_at: int = Field(
|
updated_at: int = Field(
|
||||||
default_factory=lambda: int(datetime.now(timezone.utc).timestamp() * 1000)
|
default_factory=lambda: int(datetime.now(timezone.utc).timestamp() * 1000)
|
||||||
)
|
)
|
||||||
last_accessed_at: int = Field(
|
|
||||||
default_factory=lambda: int(datetime.now(timezone.utc).timestamp() * 1000)
|
|
||||||
)
|
|
||||||
ontology_valid: bool = False
|
ontology_valid: bool = False
|
||||||
version: int = 1 # Default version
|
version: int = 1 # Default version
|
||||||
topological_rank: Optional[int] = 0
|
topological_rank: Optional[int] = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue