Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Oct 8, 2024
1 parent 925c3c0 commit 0a95fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ $options_table{
A clause string that specifies conditions for the index. This string will be used literally in the query and is used to create partial indexes.
]],
example = dual_code{[[
create_index("example_table", "example_column", { where = "some_column is not null" })
create_index("example_table", "example_column", { where: "some_column is not null" })
]]}
}, {
name = "index_name",
Expand Down

0 comments on commit 0a95fb8

Please sign in to comment.