mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Increased speed of loading syslog pages. I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. * moved schema 186->189
2 lines
63 B
SQL
2 lines
63 B
SQL
ALTER TABLE syslog ADD INDEX priority_level (priority, level);
|