1ALTER TABLE "custom_endpoints" ADD COLUMN "discovered_models" jsonb DEFAULT '[]'::jsonb NOT NULL;--> statement-breakpoint2ALTER TABLE "custom_endpoints" ADD COLUMN "discovered_at" timestamp with time zone;