From 2829b146d5c52376d55354ad1d9d9f734afa4557 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 23 Jan 2017 10:30:46 -0500 Subject: [PATCH] drop the not null from EncoderParameters --- db/zm_update-1.30.12.sql | 7 +++++++ version | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 db/zm_update-1.30.12.sql diff --git a/db/zm_update-1.30.12.sql b/db/zm_update-1.30.12.sql new file mode 100644 index 000000000..840a9a909 --- /dev/null +++ b/db/zm_update-1.30.12.sql @@ -0,0 +1,7 @@ +-- +-- This updates a 1.30.10 database to 1.30.11 +-- +-- Add StateId Column to Events. +-- + +ALTER TABLE Monitors MODIFY EncoderParameters TEXT; diff --git a/version b/version index b181ecaea..09f8e11bf 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.30.11 +1.30.12