8 lines
141 B
MySQL
8 lines
141 B
MySQL
|
--
|
||
|
-- 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);
|