fix(db): add missing migration to Drizzle journal — fixes CI test failures #337
@@ -1,3 +1,4 @@
|
|||||||
|
CREATE EXTENSION IF NOT EXISTS vector;--> statement-breakpoint
|
||||||
CREATE TABLE "agent_logs" (
|
CREATE TABLE "agent_logs" (
|
||||||
"id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
|
"id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
|
||||||
"session_id" text NOT NULL,
|
"session_id" text NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user