Add saving periods

This commit is contained in:
Tobias Reisinger 2021-11-05 16:32:30 +01:00
parent 12d57d020f
commit 483fd60daa
13 changed files with 271 additions and 52 deletions
src/db

View file

@ -60,7 +60,7 @@ table! {
id -> Integer,
uid -> Binary,
name -> Text,
periods -> Text,
periods -> Binary,
}
}