From b52e826773faa00b793e5038020b31f216b33459 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 2 Jan 2017 13:03:42 -0500 Subject: [PATCH] add update file to change MonitorIds from tinytext to text --- db/zm_update-1.30.2.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 db/zm_update-1.30.2.sql diff --git a/db/zm_update-1.30.2.sql b/db/zm_update-1.30.2.sql new file mode 100644 index 000000000..50c318f6b --- /dev/null +++ b/db/zm_update-1.30.2.sql @@ -0,0 +1,5 @@ +-- +-- This updates a 1.30.1 database to 1.30.2 +-- + +ALTER TABLE Users MODIFY MonitorIds TEXT NOT NULL;