fix compile error

This commit is contained in:
Zach Musgrave
2025-12-12 12:06:25 -08:00
parent 6a99b1702b
commit e3cbe23199

View File

@@ -63,7 +63,6 @@ func createFulltextTable(ctx *sql.Context, name string, root doltdb.RootValue) (
gmsDb := memory.NewDatabase("gms_db")
gmsTable := memory.NewLocalTable(gmsDb, name, sqlSch, nil)
gmsTable.EnablePrimaryKeyIndexes()
return &fulltextTable{
GMSTable: gmsTable,
Table: tbl,