PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
defence360agent
/
migrations
/
Editing: 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."""
SAVE
CANCEL