remove old/wrong faces binary from FILE in DB
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user