Add prisma migration: add-executionfields
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
# Please do not edit this file manually
|
# Please do not edit this file manually
|
||||||
# It should be added in your version-control system (e.g., Git)
|
# It should be added in your version-control system (i.e. Git)
|
||||||
provider = "sqlite"
|
provider = "sqlite"
|
||||||
Reference in New Issue
Block a user