Skip to content

Commit

Permalink
test(migration): add test for database migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
josueBarretogit committed Sep 28, 2024
1 parent 4f6bdc7 commit 5f0c83c
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub mod download;
pub mod error_log;
pub mod fetch;
pub mod filter;
pub mod migration;
pub mod tui;

#[derive(Display, EnumIter)]
Expand Down
Loading

0 comments on commit 5f0c83c

Please sign in to comment.