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/017_remove_sensor_prefix.py |
""" Migrate server-id w/ prefix inside imunify360.id to server-id w/o prefix into i360.id file UPD: migration not needed yet, as far as, the majority of the servers already converted their server-id to w/0 prefix form. """ def migrate(migrator, database, fake=False, **kwargs): pass def rollback(migrator, database, fake=False, **kwargs): pass