Fix migrations path and fmt

This commit is contained in:
Tobias Reisinger 2024-04-30 10:00:49 +02:00
parent 96a64cf90d
commit f539c47e3b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 1 additions and 8 deletions
src/models

View file

@ -27,7 +27,6 @@ pub struct Relay {
pub pulsing: Option<Instant>,
}
impl FromDbModel for Relay {
type DbModel = DbRelay;
type DbModelCache = DbController;