Adding computed NFP mucus value to database and do cycle day overview

This commit is contained in:
emelko
2018-07-13 23:00:26 +02:00
parent 7e0456c10f
commit d89e103843
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -23,6 +23,7 @@ const MucusSchema = {
properties: {
feeling: 'int',
texture: 'int',
computedNfp: 'int',
exclude: 'bool'
}
}