// SYSTEM PANEL //
[ROOT]
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
defence360agent
/
migrations
[ PARENT ]
EDIT :: 148_reconstruct_pickled_scan_queue.py
def migrate(*_, **__): """ Backward compatibility for reconstruction of pickled scan queue is done in the imav.malwarelib.scan.queue.py module. Migration is no longer needed. """ def rollback(*_, **__): """Downgrade is not supported"""
SAVE
CANCEL