Add db update to drop default value for LabelFormat. Fixes #2896
parent
6918461c3e
commit
56fbfa0dd2
|
@ -0,0 +1,2 @@
|
|||
/* This was done in 1.31.0 but zm_create.sql.in wasn't updated to match. */
|
||||
ALTER TABLE Monitors MODIFY LinkedMonitors varchar(255);
|
Loading…
Reference in New Issue