Skip to content

Commit

Permalink
fix model spec pk (scheduling)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythicaeda committed Feb 24, 2025
1 parent d659917 commit 5e2c47d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ create table scheduler.scheduling_model_specification_goals(
priority integer not null,
arguments jsonb not null default '{}'::jsonb,

primary key (model_id, goal_invocation_id),
primary key (goal_invocation_id),
foreign key (model_id)
references merlin.mission_model
on update cascade
Expand Down

0 comments on commit 5e2c47d

Please sign in to comment.