Sindbad~EG File Manager

Current Path : /proc/thread-self/root/opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/migrations/
Upload File :
Current File : //proc/thread-self/root/opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/migrations/059_scans_error_field.py

import peewee as pw


def migrate(migrator, database, fake=False, **kwargs):
    MalwareScans = migrator.orm["malware_scans"]
    migrator.add_fields(
        MalwareScans, error=pw.TextField(default=None, null=True)
    )


def rollback(migrator, database, fake=False, **kwargs):
    MalwareScans = migrator.orm["malware_scans"]
    migrator.remove_fields(MalwareScans, "error")

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists