From d64dc4f288712c6b4e1363033c98f98ee15ffbe5 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 24 Aug 2018 10:49:30 -0400 Subject: [PATCH] Frames EventId somehow never got an update even though zm_create.sql did.So add an update to convert EventId to a bigint. --- db/zm_update-1.31.47.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 db/zm_update-1.31.47.sql diff --git a/db/zm_update-1.31.47.sql b/db/zm_update-1.31.47.sql new file mode 100644 index 000000000..155fb29cc --- /dev/null +++ b/db/zm_update-1.31.47.sql @@ -0,0 +1,2 @@ +ALTER TABLE Frames MODIFY COLUMN EventId bigint unsigned NOT NULL; +