zoneminder/db/zm_update-1.31.6.sql

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

2 lines
127 B
MySQL
Raw Normal View History

2017-10-04 04:28:56 +08:00
ALTER TABLE Monitors MODIFY `Type` enum('Local','Remote','File','Ffmpeg','Libvlc','cURL','NVSocket') NOT NULL default 'Local';