Files
pr-preview/prisma/migrations/20260726000000_cost_tracking/migration.sql
T
space 8b53698f29
Deploy / Build (pull_request) Successful in 40s
Deploy / Build and Push Docker Image (pull_request) Has been skipped
Really huge mass update; Getting everything up-to-spec and implementing a wide range of features
2026-07-26 14:24:18 +02:00

5 lines
202 B
SQL

-- AlterTable
ALTER TABLE "Preview" ADD COLUMN "accumulatedCostUsd" DOUBLE PRECISION NOT NULL DEFAULT 0,
ADD COLUMN "instanceLaunchedAt" TIMESTAMP(3),
ADD COLUMN "instanceType" VARCHAR(64);