Adds migraine as pain item to the db

This commit is contained in:
emelko
2018-08-30 21:38:37 +02:00
parent c258ad9e01
commit 4dd1ae3f29
+1
View File
@@ -85,6 +85,7 @@ const PainSchema = {
backache: { type: 'bool', optional: true },
nausea: { type: 'bool', optional: true },
tenderBreasts: { type: 'bool', optional: true },
migraine: { type: 'bool', optional: true },
other: { type: 'bool', optional: true },
note: { type: 'string', optional: true }
}