Skip to content

Commit

Permalink
Merge pull request #10642 from yobrx/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Apr 20, 2023
2 parents fceb279 + 6ca319a commit a64f315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/attributes-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ Example with partial indexes:
#[Index(name: "search_idx", columns: ["category"],
options: [
"where": "((category IS NOT NULL))"
"where" => "((category IS NOT NULL))"
]
)]
class ECommerceProduct
Expand Down

0 comments on commit a64f315

Please sign in to comment.