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/121_drop_captcha_stat.py |
def migrate(migrator, database, fake=False, **kwargs): migrator.remove_model(migrator.orm["captcha_stat"]) def rollback(migrator, database, fake=False, **kwargs): pass