Skip to content

Commit 0a95fb8

Browse files
committed
syntax fix
1 parent 925c3c0 commit 0a95fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/database.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ $options_table{
934934
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.
935935
]],
936936
example = dual_code{[[
937-
create_index("example_table", "example_column", { where = "some_column is not null" })
937+
create_index("example_table", "example_column", { where: "some_column is not null" })
938938
]]}
939939
}, {
940940
name = "index_name",

0 commit comments

Comments
 (0)