feat(transaction): #80 add errors to transactions
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m15s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m29s

This commit was merged in pull request #84.
This commit is contained in:
2025-05-16 17:09:13 +02:00
parent af9b785985
commit 3dc9f8ec6f
6 changed files with 254 additions and 149 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "transaction" ADD COLUMN error TEXT;