mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-28 10:26:12 +01: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