mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Change MonitorIds from TinyText to TEXT. Fixes #2569
This commit is contained in:
@@ -639,7 +639,7 @@ CREATE TABLE `Users` (
|
||||
`Devices` enum('None','View','Edit') NOT NULL default 'None',
|
||||
`System` enum('None','View','Edit') NOT NULL default 'None',
|
||||
`MaxBandwidth` varchar(16),
|
||||
`MonitorIds` tinytext,
|
||||
`MonitorIds` text,
|
||||
PRIMARY KEY (`Id`),
|
||||
UNIQUE KEY `UC_Username` (`Username`)
|
||||
) ENGINE=@ZM_MYSQL_ENGINE@;
|
||||
|
||||
1
db/zm_update-1.33.6.sql
Normal file
1
db/zm_update-1.33.6.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE Users MODIFY MonitorIds text;
|
||||
Reference in New Issue
Block a user