Add mood component, add mood as tracking category to db schemas, add mood category description, add mood to the cycle-day-overview

This commit is contained in:
mashazyu
2019-01-09 08:53:30 +01:00
committed by Sofiya Tepikin
parent 71d0c61596
commit 56f5c92f87
6 changed files with 318 additions and 5 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import schema0 from './0.js'
import schema1 from './1.js'
import schema2 from './2.js'
import schema3 from './3.js'
export default [schema0, schema1, schema2]
export default [schema0, schema1, schema2, schema3]