mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-24 05:59:11 -05:00
8 lines
141 B
SQL
8 lines
141 B
SQL
--
|
|
-- 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);
|