ALTER TABLE public.commands DROP CONSTRAINT commands_pkey; ALTER TABLE public.commands ADD CONSTRAINT commands_pkey PRIMARY KEY (cmd, "group");