mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-12 10:58:28 -04: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;
|