aboutsummaryrefslogtreecommitdiff
path: root/src/db/models.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-08-16 22:35:46 -0400
committerNathan Perry <np@nathanperry.dev>2024-08-16 22:35:47 -0400
commite0a9b18f45858829f88cbe20611aaf696fc5bf6a (patch)
treebaef5abb258a7857fabb3f084627acd9a469677f /src/db/models.rs
parentef056edf92b678265a4666e1f9405e3b0ce66a42 (diff)
restore support for volume commands
Diffstat (limited to 'src/db/models.rs')
-rw-r--r--src/db/models.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/models.rs b/src/db/models.rs
index 33fa34e..e699630 100644
--- a/src/db/models.rs
+++ b/src/db/models.rs
@@ -4,7 +4,6 @@ use anyhow::{
};
use chrono::naive::NaiveDateTime;
use diesel::{
- associations::HasTable,
prelude::*,
Identifiable,
Insertable,