feat(transaction): #101 replace "note" with "party" and "description"
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m17s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m40s

This commit was merged in pull request #103.
This commit is contained in:
2025-05-17 22:06:52 +02:00
parent 84b7144f7b
commit 989a31afd1
5 changed files with 79 additions and 41 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE "transaction" DROP COLUMN note;
ALTER TABLE "transaction" ADD COLUMN party TEXT;
ALTER TABLE "transaction" ADD COLUMN description TEXT;