feat: add transaction tag rel model
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.11
|
||||
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.16
|
||||
|
||||
pub mod prelude;
|
||||
|
||||
@@ -7,3 +7,4 @@ pub mod book;
|
||||
pub mod category;
|
||||
pub mod tag;
|
||||
pub mod transaction;
|
||||
pub mod transaction_tag_rel;
|
||||
|
||||
Reference in New Issue
Block a user