Add junction between relays and schedules
This commit is contained in:
parent
a90ea25b87
commit
2f51ebf91e
10 changed files with 209 additions and 53 deletions
emgauwa-lib/src/db
|
@ -6,12 +6,16 @@ use sqlx::{Pool, Sqlite};
|
|||
|
||||
mod controllers;
|
||||
pub mod errors;
|
||||
mod junction_relay_schedule;
|
||||
mod junction_tag;
|
||||
mod model_utils;
|
||||
mod relays;
|
||||
mod schedules;
|
||||
mod tag;
|
||||
|
||||
pub use controllers::DbController;
|
||||
pub use junction_relay_schedule::DbJunctionRelaySchedule;
|
||||
pub use junction_tag::DbJunctionTag;
|
||||
pub use relays::DbRelay;
|
||||
pub use schedules::{DbPeriods, DbSchedule};
|
||||
pub use tag::DbTag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue