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

pull/3019/head
Isaac Connor 2020-08-11 14:14:16 -04:00
parent 6918461c3e
commit 56fbfa0dd2
1 changed files with 2 additions and 0 deletions

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