[chronojump] Fixed INSERTS on compujump client howto



commit 78e3f5d9148d13dac4dbfe734d773388d038dc4a
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Feb 8 17:42:04 2018 +0100

    Fixed INSERTS on compujump client howto

 howto_compujump_client.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/howto_compujump_client.txt b/howto_compujump_client.txt
index 902121c..0e75dd0 100644
--- a/howto_compujump_client.txt
+++ b/howto_compujump_client.txt
@@ -29,9 +29,9 @@ delete from encoderExercise;
 
 delete from runIntervalType;
 insert into runIntervalType VALUES(1, "5 m", 5.0, 1, 1, 0, "", "");
-insert into runIntervalType VALUES(2, "10 m", 10.0, 1, 2, 0, "", "");
-insert into runIntervalType VALUES(3, "15 m", 15.0, 1, 3, 0, "", "");
-insert into runIntervalType VALUES(4, "20 m", 20.0, 1, 4, 0, "", "");
+insert into runIntervalType VALUES(2, "10 m", 5.0, 1, 2, 0, "", "");
+insert into runIntervalType VALUES(3, "15 m", 5.0, 1, 3, 0, "", "");
+insert into runIntervalType VALUES(4, "20 m", 5.0, 1, 4, 0, "", "");
 
 12) also ensure there are no persons
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]