add update file to change MonitorIds from tinytext to text

This commit is contained in:
Isaac Connor 2017-01-02 13:03:42 -05:00
parent 649b801e91
commit b52e826773
1 changed files with 5 additions and 0 deletions

5
db/zm_update-1.30.2.sql Normal file
View File

@ -0,0 +1,5 @@
--
-- This updates a 1.30.1 database to 1.30.2
--
ALTER TABLE Users MODIFY MonitorIds TEXT NOT NULL;