Hackfut Security File Manager
Current Path:
/opt/imunify360/venv/lib/python3.11/site-packages/imav/migrations
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
imav
/
migrations
/
π
..
π
000_noop_migration.py
(968 B)
π
001_fix_scan_unserialization.py
(2.85 KB)
π
002_convert_serialized_scans.py
(2.5 KB)
π
003_add_new_fields_to_malware_history.py
(1.29 KB)
π
003_whmapi1_set_importance_imav.py
(1.64 KB)
π
004_add_malwarehit_owner.py
(1.1 KB)
π
005_populate_malwarehit_owner.py
(1.12 KB)
π
__init__.py
(0 B)
π
__pycache__
Editing: 000_noop_migration.py
""" This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.Β See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program.Β If not, see <https://www.gnu.org/licenses/>. CopyrightΒ Β© 2019 Cloud Linux Software Inc. This software is also available under ImunifyAV commercial license, see <https://www.imunify360.com/legal/eula> Migration that does nothing.""" import peewee as pw def migrate(migrator, database, fake=False, **kwargs): pass def rollback(migrator, database, fake=False, **kwargs): pass
Upload File
Create Folder