Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rwxr-xr-xsample/dbinputsparetime.txt4
-rw-r--r--sample/schema1.sql3
2 files changed, 2 insertions, 5 deletions
diff --git a/sample/dbinputsparetime.txt b/sample/dbinputsparetime.txt
deleted file mode 100755
index 7b3e42e..0000000
--- a/sample/dbinputsparetime.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Swimming|700|300|40|0.02|15|24|24|714|0.09|0|0|0.005|0.034|0.042|0.11|0.003|3|0.17|684|2.32|1.5|30
-Cooking|200|100|10|0.02|5|24|100|714|0.09|0|0|0.005|0.034|0.042|0.11|0.003|3|0.17|684|2.32|1.5|5
-Reading|0|0|10|0.02|5|24|100|714|0.09|0|0|0.005|0.034|0.042|0.11|0.003|3|0.17|684|2.32|1.5|0
-Soccer|600|260|30|0.02|5|24|450|714|0.09|0|0|0.005|0.034|0.042|0.11|0.003|3|0.17|684|2.32|1.5|30 \ No newline at end of file
diff --git a/sample/schema1.sql b/sample/schema1.sql
index fab8d9a..da9d4c0 100644
--- a/sample/schema1.sql
+++ b/sample/schema1.sql
@@ -25,5 +25,6 @@ create table entries(
vit_d string not null,
protein string not null,
path string,
- scenario string
+ scenario string,
+ tablealiment string
);