Add db update to drop default value for LabelFormat. Fixes #2896

This commit is contained in:
Isaac Connor
2020-08-11 14:14:16 -04:00
parent 6918461c3e
commit 56fbfa0dd2

2
db/zm_update-1.34.20.sql Normal file
View File

@@ -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);