[chronojump] Updated howto_compujump_client instructions



commit 6130b9361730aa8bf3c52009c9311c114b557159
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Aug 2 13:17:25 2019 +0200

    Updated howto_compujump_client instructions

 howto_compujump_client.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/howto_compujump_client.txt b/howto_compujump_client.txt
index 7b2da573..14fe27c4 100644
--- a/howto_compujump_client.txt
+++ b/howto_compujump_client.txt
@@ -37,6 +37,11 @@ $ sqlite3 .local/share/Chronojump/chronojump.db
 11a) if the station will be encoder:
 delete from encoderExercise;
 
+note also there should not be encoder tests captured, if you are unsure:
+
+delete from encoder;
+delete from uploadEncoderDataTemp;
+
 11b) if the station will be runInterval:
 delete runInterval exercises. And Add these:
 
@@ -46,11 +51,21 @@ 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, "", "");
 
+note also there should not be run interval tests captured, if you are unsure:
+
+delete from runInterval
+delete from uploadSprintDataTemp;
+
 12) also ensure there are no persons
 
 select * from person77;
 select * from personSession77;
 
+can be deleted with:
+
+delete from person77;
+delete from personSession77;
+
 .quit
 
 13) Copy this chronojump_config.txt on .local/share/Chronojump


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