mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
2 lines
176 B
SQL
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; |