drop the not null from EncoderParameters

This commit is contained in:
Isaac Connor 2017-01-23 10:30:46 -05:00
parent 35148008b6
commit 2829b146d5
2 changed files with 8 additions and 1 deletions

7
db/zm_update-1.30.12.sql Normal file
View File

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

View File

@ -1 +1 @@
1.30.11 1.30.12