mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
larger mempool table entries
git-svn-id: http://www.observium.org/svn/observer/trunk@1043 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -4,3 +4,4 @@ ALTER TABLE `processors` CHANGE `processor_descr` `processor_descr` VARCHAR(
|
||||
DROP TABLE `cempMemPool`;
|
||||
DROP TABLE `cpmCPU`;
|
||||
DROP TABLE `cmpMemPool`;
|
||||
ALTER TABLE `mempools` CHANGE `mempool_used` `mempool_used` INT( 16 ) NOT NULL ,CHANGE `mempool_free` `mempool_free` INT( 16 ) NOT NULL ,CHANGE `mempool_total` `mempool_total` INT( 16 ) NOT NULL ,CHANGE `mempool_largestfree` `mempool_largestfree` INT( 16 ) NULL DEFAULT NULL ,CHANGE `mempool_lowestfree` `mempool_lowestfree` INT( 16 ) NULL DEFAULT NULL ;
|
||||
|
Reference in New Issue
Block a user