increase the size of the Pid field in Logs to accomodate FreeBSD

This commit is contained in:
Isaac Connor 2016-04-04 15:14:42 -04:00
parent ed74168710
commit 397eb1a01b
1 changed files with 7 additions and 0 deletions

7
db/zm_update-1.29.1.sql Normal file
View File

@ -0,0 +1,7 @@
--
-- 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);