summaryrefslogtreecommitdiffstats
path: root/create/data/data.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/data/data.sql')
-rw-r--r--create/data/data.sql12
1 files changed, 6 insertions, 6 deletions
diff --git a/create/data/data.sql b/create/data/data.sql
index 2f985a8e..adac6fc3 100644
--- a/create/data/data.sql
+++ b/create/data/data.sql
@@ -6353,8 +6353,8 @@ INSERT INTO items_applications VALUES (2299,154,18452);
-- Dumping data for table `actions`
--
-INSERT INTO actions VALUES (2,'Auto discovery. Linux servers.',1,0,1);
-INSERT INTO actions VALUES (3,'Auto discovery. Windows servers.',1,0,1);
+INSERT INTO actions VALUES (2,'Auto discovery. Linux servers.',1,0,1,0,'','',0,'','');
+INSERT INTO actions VALUES (3,'Auto discovery. Windows servers.',1,0,1,0,'','',0,'','');
--
-- Dumping data for table `conditions`
@@ -6371,10 +6371,10 @@ INSERT INTO conditions VALUES (7,3,12,2,'Windows');
-- Dumping data for table `operations`
--
-INSERT INTO operations VALUES (3,2,6,0,10001,'','');
-INSERT INTO operations VALUES (4,2,4,0,2,'','');
-INSERT INTO operations VALUES (5,3,4,0,3,'','');
-INSERT INTO operations VALUES (6,3,6,0,10002,'','');
+INSERT INTO operations VALUES (3,2,6,0,10001,'','',0,1,1,0,0);
+INSERT INTO operations VALUES (4,2,4,0,2,'','',0,1,1,0,0);
+INSERT INTO operations VALUES (5,3,4,0,3,'','',0,1,1,0,0);
+INSERT INTO operations VALUES (6,3,6,0,10002,'','',0,1,1,0,0);
--
-- Dumping data for table `drules`