From 56fbfa0dd216ccacf9012623a0156f5b78634c8b Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 11 Aug 2020 14:14:16 -0400 Subject: [PATCH] Add db update to drop default value for LabelFormat. Fixes #2896 --- db/zm_update-1.34.20.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 db/zm_update-1.34.20.sql diff --git a/db/zm_update-1.34.20.sql b/db/zm_update-1.34.20.sql new file mode 100644 index 000000000..3512534be --- /dev/null +++ b/db/zm_update-1.34.20.sql @@ -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);