Current Path : /proc/thread-self/root/opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/migrations/ |
Current File : //proc/thread-self/root/opt/imunify360/venv/lib64/python3.11/site-packages/defence360agent/migrations/019_purge_old_configs.py |
""" Purge old configs from config file to prevent of "Unknown field" errors. UPD: Not actual yet """ def migrate(migrator, database, fake=False, **kwargs): """Write your migrations here.""" def rollback(migrator, database, fake=False, **kwargs): """Write your rollback migrations here."""