fix(db): add missing migration to Drizzle journal — fixes CI test failures #337

Merged
jason.woltje merged 2 commits from fix/ci-drizzle-migration-journal into main 2026-03-31 03:03:45 +00:00
Showing only changes of commit 9b72f0ea14 - Show all commits

View File

@@ -1,3 +1,4 @@
CREATE EXTENSION IF NOT EXISTS vector;--> statement-breakpoint
CREATE TABLE "agent_logs" (
"id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
"session_id" text NOT NULL,