zoneminder/db/zm_update-1.35.2.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
143 B
MySQL
Raw Permalink Normal View History

2020-04-24 06:01:01 +08:00
ALTER TABLE Monitors MODIFY `Type` enum('Local','Remote','File','Ffmpeg','Libvlc','cURL','WebSite','NVSocket','VNC') NOT NULL default 'Local';