Skip to content

Commit a972f8c

Browse files
committed
feat(db): add ticket categories migration and models
1 parent 2762291 commit a972f8c

4 files changed

Lines changed: 509 additions & 0 deletions

File tree

crates/rustmail/src/db/operations/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pub mod scheduled;
99
pub mod snippets;
1010
pub mod statistics;
1111
pub mod threads;
12+
pub mod ticket_categories;
1213

1314
pub use api_keys::*;
1415
pub use features::*;
@@ -21,3 +22,4 @@ pub use scheduled::*;
2122
pub use snippets::*;
2223
pub use statistics::*;
2324
pub use threads::*;
25+
pub use ticket_categories::*;

0 commit comments

Comments
 (0)