mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* fix: Updated graph_types table so graph_subtype has no default value * added schema update
2 lines
87 B
SQL
2 lines
87 B
SQL
ALTER TABLE `graph_types` CHANGE `graph_subtype` `graph_subtype` varchar(64) NOT NULL;
|