remove old/wrong faces binary from FILE in DB

This commit is contained in:
2022-02-27 00:40:06 +11:00
parent 3f39a5d8c6
commit 226f6fdb3e
2 changed files with 1 additions and 2 deletions

View File

@@ -197,7 +197,6 @@ class File(Base):
woy = Column(Integer)
last_hash_date = Column(Float)
last_ai_scan = Column(Float)
faces = Column( LargeBinary )
faces_created_on = Column(Float)
def __repr__(self):