📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:27:51
📂
/
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
defence360agent
/
migrations
✏️
Editing: 131_incident_timestamp_index.py
# Add index on timestamp field to incident table. Helps to speed up queries. def migrate(migrator, database, fake=False, **kwargs): migrator.sql( "CREATE INDEX IF NOT EXISTS incident_timestamp ON incident (timestamp)" ) def rollback(migrator, database, fake=False, **kwargs): pass
💾 Save Changes
❌ Cancel