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/118_remove_country_subnets.py |
import logging logger = logging.getLogger(__name__) def migrate(migrator, database, fake=False, **kwargs): CountrySubnets = migrator.orm["country_subnets"] migrator.remove_model(CountrySubnets) def rollback(migrator, database, fake=False, **kwargs): pass