librenms/sql-schema/189.sql
Tim Stallard 6b2ae00e27 fix: Increased speed of loading syslog pages. (#6433)
* 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
2017-05-03 22:41:55 +01:00

2 lines
63 B
SQL

ALTER TABLE syslog ADD INDEX priority_level (priority, level);