zoneminder/db/zm_update-1.29.1.sql

8 lines
141 B
MySQL
Raw Normal View History

--
-- This updates a 1.29.0 database to 1.29.1
--
--
-- Increase the size of the Pid field for FreeBSD
ALTER TABLE Logs MODIFY Pid int(10);