Skip to content

Commit

Permalink
improve test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Sep 26, 2024
1 parent 5c38041 commit a29bcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/issue_542_partial_unique.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ begin;
);

/* Creating partial unique referencing status should NOT change the relationship with
the readthroughs to a non-null unique because its partial and other statuses may
the readthroughs to a 1:1 because its partial and other statuses may
have multiple associated readthroughs */
create unique index idx_unique_in_progress_readthrough
on public.readthroughs (work_id)
Expand Down

0 comments on commit a29bcda

Please sign in to comment.