Current Path : /proc/thread-self/root/opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/migrations/ |
Current File : //proc/thread-self/root/opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/migrations/144_remove_hash_table.py |
def migrate(migrator, database, fake=False, **kwargs): migrator.sql("DROP TABLE IF EXISTS malware_hash;") def rollback(migrator, database, fake=False, **kwargs): pass