librenms/sql-schema/222.sql
Tony Murray b620692426 refactor: Update all applications to store metrics (#7853)
* Update all applications to store metrics

* fix db schema

* Add glue test
2017-12-06 22:13:10 +00:00

2 lines
81 B
SQL

ALTER TABLE `application_metrics` CHANGE `metric` `metric` varchar(32) NOT NULL;