mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-14 17:44:40 -04:00
3 lines
118 B
SQL
3 lines
118 B
SQL
SELECT "Modifying Monitors MaxFPS to DECIMAL(5,3)";
|
|
ALTER TABLE `Monitors` MODIFY `MaxFPS` decimal(5,3) default NULL;
|