Skip to content

Commit 90b1f48

Browse files
committed
fix if placement
1 parent b40db03 commit 90b1f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/json_scripts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ var JsonScripts = []ScriptTest{
212212
{
213213
Name: "json_object with escaped k:v pairs from table",
214214
SetUpScript: []string{
215-
`CREATE TABLE textt_7998 (t text) IF NOT EXISTS;`,
215+
`CREATE TABLE IF NOT EXISTS textt_7998 (t text);`,
216216
`INSERT INTO textt_7998 VALUES ('first row\n\\'), ('second row"');`,
217217
},
218218
Assertions: []ScriptTestAssertion{

0 commit comments

Comments
 (0)