From a29bcdaf054b8828f0a40bee1a05a1695186b046 Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Thu, 26 Sep 2024 14:14:10 -0500 Subject: [PATCH] improve test comment --- test/sql/issue_542_partial_unique.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sql/issue_542_partial_unique.sql b/test/sql/issue_542_partial_unique.sql index a72d42d0..d5694c76 100644 --- a/test/sql/issue_542_partial_unique.sql +++ b/test/sql/issue_542_partial_unique.sql @@ -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)