Skip to content

Commit

Permalink
Make MySql test pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech committed Oct 17, 2023
1 parent ed6841a commit 8228e39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public int Create()
SchemaBuilder.AlterIndexTable<TextFieldIndex>(table => table
.CreateIndex("IDX_TextFieldIndex_DocumentId_Text",
"DocumentId",
"Text", // "Text(764)",
"Text(764)",
"Published",
"Latest")
);
Expand Down

0 comments on commit 8228e39

Please sign in to comment.