diff --git a/prisma/migrations/20260516121500_add_executionfields/migration.sql b/prisma/migrations/20260516121500_add_executionfields/migration.sql new file mode 100644 index 0000000..126dfad --- /dev/null +++ b/prisma/migrations/20260516121500_add_executionfields/migration.sql @@ -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; diff --git a/prisma/migrations/migration_lock.toml b/prisma/migrations/migration_lock.toml index 2a5a444..e5e5c47 100644 --- a/prisma/migrations/migration_lock.toml +++ b/prisma/migrations/migration_lock.toml @@ -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" \ No newline at end of file