From 9fec581ae2415085fd0e8426052b7b506d5165e5 Mon Sep 17 00:00:00 2001 From: Adam Liddell Date: Thu, 4 Dec 2014 17:03:24 +0000 Subject: [PATCH] Changed "Original Name" field to "ID" --- yaygithub.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaygithub.sql b/yaygithub.sql index a680bc5..d7ffc50 100644 --- a/yaygithub.sql +++ b/yaygithub.sql @@ -43,7 +43,7 @@ CREATE TABLE IF NOT EXISTS `serverlist` ( -- Dumping data for table `serverlist` -- -INSERT INTO `serverlist` (`IPid`, `IP`, `OS`, `CPUamount`, `Name`, `OriginalName`, `ChildrenCount`, `HostType`, `ParentID`) VALUES +INSERT INTO `serverlist` (`IPid`, `IP`, `OS`, `CPUamount`, `Name`, `ID`, `ChildrenCount`, `HostType`, `ParentID`) VALUES (1, '22.122.174.98', 'Linux [2.6.32-358.2.1.el6.x86_64]', 2, 'CpuCount', '7', '3', 'DEV', '5'), (2, '10.108.193.83', 'Windows 7 [6.1]', 8, 'CpuCount', '9', '3', 'DEV', '5'), (3, '10.41.24.236', 'Windows 7 [6.1]', 4, 'CpuCount', '11', '4', 'PROD', '5'), -- 2.45.2