PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
defence360agent
/
migrations
/
Editing: 012_fill_countries_and_subnets.py
"""Peewee migrations: :: UPD: migration not needed anymore, countries and subnets are loaded after files update. """ def migrate(migrator, database, fake=False, **kwargs): pass def rollback(migrator, database, fake=False, **kwargs): pass
SAVE
CANCEL