Setup table migration and update schemas/endpoints

This commit is contained in:
2019-07-31 20:38:48 +02:00
parent effa3ef442
commit 6c562ee7f6
6 changed files with 171 additions and 22 deletions

6
.gitignore vendored
View File

@@ -61,4 +61,8 @@ typings/
.next
# VS Code settings
.vscode
.vscode
# Databases
data/sleep-tracker.db3
data/test.db3