increase the size of the Pid field in Logs to accomodate FreeBSD
This commit is contained in:
parent
ed74168710
commit
397eb1a01b
|
@ -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);
|
Loading…
Reference in New Issue