mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
6 lines
102 B
SQL
6 lines
102 B
SQL
--
|
|
-- This updates a 1.30.1 database to 1.30.2
|
|
--
|
|
|
|
ALTER TABLE Users MODIFY MonitorIds TEXT NOT NULL;
|