Files
sim/packages/db/migrations/0163_pink_gambit.sql
Siddharth Ganesan 7fafc00a07 Task management
2026-03-03 12:00:03 -08:00

2 lines
176 B
SQL

CREATE TYPE "public"."chat_type" AS ENUM('mothership', 'copilot');--> statement-breakpoint
ALTER TABLE "copilot_chats" ADD COLUMN "type" "chat_type" DEFAULT 'copilot' NOT NULL;