Skip to content

Commit

Permalink
fixed migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
heditar committed Dec 23, 2024
1 parent e81ded6 commit 8a27fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tag_rule_id varchar(255) not null
asset_id varchar(255) not null
constraint asset_id_fk
references assets,
primary key (tag_rule_id)
primary key (tag_rule_id, asset_id)
);
""");
}
Expand Down

0 comments on commit 8a27fc0

Please sign in to comment.