Files
craftvia/prisma/migrations/20260728104412_tasks_wizard_fields/migration.sql
T
msolarczekandClaude Opus 5 c8e6f30a27
CI / build-and-check (push) Canceled after 0s
CI / audit (push) Canceled after 0s
CI / sbom (push) Canceled after 0s
Basis: Certvia dev@a48c5fb als Fundament für Craftvia
Unveränderter Stand von certvia/dev (a48c5fb) plus Craftvia-Spezifikation
und Brandbook unter docs/craftvia/. ISMS-Module werden im Folgecommit entfernt.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-14 11:05:39 +02:00

7 lines
187 B
SQL

-- AlterTable
ALTER TABLE "tasks" ADD COLUMN "links" JSONB,
ADD COLUMN "origin" TEXT,
ADD COLUMN "priority" TEXT NOT NULL DEFAULT 'mittel',
ADD COLUMN "resources" JSONB;