mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-14 17:44:40 -04:00
6 lines
152 B
SQL
6 lines
152 B
SQL
--
|
|
-- Increase ONVIF_Options column width from 64 to 255 characters
|
|
--
|
|
|
|
ALTER TABLE `Monitors` MODIFY `ONVIF_Options` VARCHAR(255) NOT NULL DEFAULT '';
|