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.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/create/data/data.sql b/create/data/data.sql
index a5db8732..2f985a8e 100644
--- a/create/data/data.sql
+++ b/create/data/data.sql
@@ -27,8 +27,8 @@ INSERT INTO config VALUES (1,365,365,600,'1-5,00:00-24:00',7,1,7,100,'default.cs
-- Dumping data for table `scripts`
--
-INSERT INTO scripts VALUES (1,'Ping','/bin/ping -c 3 {HOST.CONN}',0);
-INSERT INTO scripts VALUES (2,'Traceroute','/usr/bin/traceroute {HOST.CONN}',0);
+INSERT INTO scripts VALUES (1,'Ping','/bin/ping -c 3 {HOST.CONN}',0,0,0);
+INSERT INTO scripts VALUES (2,'Traceroute','/usr/bin/traceroute {HOST.CONN}',0,0,0);
--
-- Dumping data for table `users`