(toggl-portal): Fetch projects and clients when there is an update.

This commit is contained in:
2023-11-06 20:30:35 +00:00
parent 3eb3316c31
commit 8e2356ac85
5 changed files with 92 additions and 56 deletions
@@ -29,13 +29,11 @@ impl MigrationTrait for Migration {
#[derive(DeriveIden)]
enum TimeEntry {
Table,
Id,
ProjectId,
}
#[derive(DeriveIden)]
enum Project {
Table,
Id,
TogglId,
}