mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-16 21:08:01 -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;
|