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 (#7285)
* fix: Updated graph_types table so graph_subtype has no default value * added schema update
This commit is contained in:
committed by
Tony Murray
parent
edae33507a
commit
c16ca70c71
1
sql-schema/206.sql
Normal file
1
sql-schema/206.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `graph_types` CHANGE `graph_subtype` `graph_subtype` varchar(64) NOT NULL;
|
Reference in New Issue
Block a user