Add INVESTMENT account type with manual portfolio value recording
This commit is contained in:
@@ -21,6 +21,7 @@ model User {
|
||||
enum AccountType {
|
||||
BANK
|
||||
CREDIT_CARD
|
||||
INVESTMENT
|
||||
}
|
||||
|
||||
model Account {
|
||||
|
||||
Reference in New Issue
Block a user