feat: add migration for transaction, category, and tag tables with foreign key constraints
This commit is contained in:
@@ -4,3 +4,7 @@ pub mod prelude;
|
||||
|
||||
pub mod account;
|
||||
pub mod account_category;
|
||||
pub mod category;
|
||||
pub mod tag;
|
||||
pub mod transaction;
|
||||
pub mod transaction_tag;
|
||||
|
||||
Reference in New Issue
Block a user