Skip to content

Commit a64f315

Browse files
authored
Merge pull request #10642 from yobrx/patch-1
2 parents fceb279 + 6ca319a commit a64f315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/attributes-reference.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ Example with partial indexes:
575575
576576
#[Index(name: "search_idx", columns: ["category"],
577577
options: [
578-
"where": "((category IS NOT NULL))"
578+
"where" => "((category IS NOT NULL))"
579579
]
580580
)]
581581
class ECommerceProduct

0 commit comments

Comments
 (0)