(toggl-portal): Fetch projects and clients when there is an update.
This commit is contained in:
@@ -29,13 +29,11 @@ impl MigrationTrait for Migration {
|
||||
#[derive(DeriveIden)]
|
||||
enum TimeEntry {
|
||||
Table,
|
||||
Id,
|
||||
ProjectId,
|
||||
}
|
||||
|
||||
#[derive(DeriveIden)]
|
||||
enum Project {
|
||||
Table,
|
||||
Id,
|
||||
TogglId,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user