Files
librenms-librenms/sql-schema/138.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
192 B
MySQL
Raw Permalink Normal View History

UPDATE `config` SET `config_name` = 'webui.availability_map_compact', `config_hidden` = '0' WHERE `config_name` = 'webui.availability_map_old';
2016-09-23 22:24:45 +01:00
UPDATE `widgets` SET `base_dimensions` = '6,3';