add update file to change MonitorIds from tinytext to text
This commit is contained in:
parent
649b801e91
commit
b52e826773
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
-- This updates a 1.30.1 database to 1.30.2
|
||||
--
|
||||
|
||||
ALTER TABLE Users MODIFY MonitorIds TEXT NOT NULL;
|
Loading…
Reference in New Issue