]> git.pld-linux.org Git - packages/cacti-plugin-npc.git/blobdiff - ndoutils-1.5.patch
- typo
[packages/cacti-plugin-npc.git] / ndoutils-1.5.patch
index 6928a850500a4db7c59699c3b6d4234705e8f76b..6f360a89136d73f6c26784a207f15d068096f39a 100644 (file)
@@ -44,7 +44,7 @@ upgrade schema to ndoutils-1.5.2
 -        $sql[] = "INSERT INTO settings VALUES ('npc_time_format','H:i');";
 -        $sql[] = "INSERT INTO settings VALUES ('npc_log_level','0');";
 +              $sql[] = "
-+                      CREATE TABLE IF NOT EXISTS `npcacknowledgements` (
++                      CREATE TABLE IF NOT EXISTS `npc_acknowledgements` (
 +                        `acknowledgement_id` int(11) NOT NULL auto_increment,
 +                        `instance_id` smallint(6) NOT NULL default '0',
 +                        `entry_time` datetime NOT NULL default '0000-00-00 00:00:00',
This page took 0.305157 seconds and 4 git commands to generate.