Add prisma migration: add-executionfields

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-05-16 14:15:01 +02:00
parent 24c7ee2bf1
commit 422b6d2f4b
2 changed files with 6 additions and 2 deletions
@@ -0,0 +1,4 @@
-- AlterTable
ALTER TABLE "Stock" ADD COLUMN "lastDecision" TEXT;
ALTER TABLE "Stock" ADD COLUMN "lastExecutionPlan" TEXT;
ALTER TABLE "Stock" ADD COLUMN "lastExplanation" TEXT;
+2 -2
View File
@@ -1,3 +1,3 @@
# Please do not edit this file manually
# It should be added in your version-control system (e.g., Git)
provider = "sqlite"
# It should be added in your version-control system (i.e. Git)
provider = "sqlite"