Add currency and exchange rate with Frankfurter per expense

This commit is contained in:
Steven Sengchanh
2025-04-17 01:14:01 +02:00
committed by Peter Smit
parent 0e77a666f4
commit 7e7bb94d3b
13 changed files with 716 additions and 169 deletions

View File

@@ -0,0 +1,4 @@
-- AlterTable
ALTER TABLE "Expense" ADD COLUMN "conversionRate" DECIMAL(65,30),
ADD COLUMN "originalAmount" INTEGER,
ADD COLUMN "originalCurrency" TEXT;