mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-24 00:16:13 +01:00
Add currency
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Group" ADD COLUMN "currency" TEXT NOT NULL DEFAULT '$';
|
||||
@@ -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