diff options
Diffstat (limited to 'crates/yt/src/storage/db/get/mod.rs')
-rw-r--r-- | crates/yt/src/storage/db/get/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/yt/src/storage/db/get/mod.rs b/crates/yt/src/storage/db/get/mod.rs index 8ca3075..58f1dd6 100644 --- a/crates/yt/src/storage/db/get/mod.rs +++ b/crates/yt/src/storage/db/get/mod.rs @@ -2,3 +2,4 @@ pub(crate) mod subscription; pub(crate) mod video; pub(crate) mod extractor_hash; pub(crate) mod playlist; +pub(crate) mod txn_log; |