diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-16 22:35:46 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-16 22:35:47 -0400 |
| commit | e0a9b18f45858829f88cbe20611aaf696fc5bf6a (patch) | |
| tree | baef5abb258a7857fabb3f084627acd9a469677f /src/db/models.rs | |
| parent | ef056edf92b678265a4666e1f9405e3b0ce66a42 (diff) | |
restore support for volume commands
Diffstat (limited to 'src/db/models.rs')
| -rw-r--r-- | src/db/models.rs | 1 |
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, |
