Fix migrations path and fmt
This commit is contained in:
parent
96a64cf90d
commit
f539c47e3b
8 changed files with 1 additions and 8 deletions
src/models
|
@ -27,7 +27,6 @@ pub struct Relay {
|
|||
pub pulsing: Option<Instant>,
|
||||
}
|
||||
|
||||
|
||||
impl FromDbModel for Relay {
|
||||
type DbModel = DbRelay;
|
||||
type DbModelCache = DbController;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue