Skip to content

Commit 57b58e4

Browse files
committed
Add publisher_id as primary key to agent_config
1 parent 0145934 commit 57b58e4

File tree

4 files changed

+1997
-1
lines changed

4 files changed

+1997
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE "agent_config" DROP CONSTRAINT "agent_config_id_version_pk";--> statement-breakpoint
2+
ALTER TABLE "agent_config" ADD CONSTRAINT "agent_config_publisher_id_id_version_pk" PRIMARY KEY("publisher_id","id","version");

0 commit comments

Comments
 (0)