mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 14:27:59 -05: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;
|