mirror of
https://github.com/spliit-app/spliit.git
synced 2026-05-08 21:37:44 +02:00
Add currency
This commit is contained in:
@@ -14,6 +14,7 @@ datasource db {
|
||||
model Group {
|
||||
id String @id
|
||||
name String
|
||||
currency String @default("$")
|
||||
participants Participant[]
|
||||
expenses Expense[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user