diff --git a/ScalliGraph b/ScalliGraph index 78de3a32ac..97ecfaf7e9 160000 --- a/ScalliGraph +++ b/ScalliGraph @@ -1 +1 @@ -Subproject commit 78de3a32ac7d9d09142eff2dd5b4c0d44147067b +Subproject commit 97ecfaf7e9d0f29afa5b12d2f831ca85b7504d8f diff --git a/thehive/app/org/thp/thehive/models/TheHiveSchemaDefinition.scala b/thehive/app/org/thp/thehive/models/TheHiveSchemaDefinition.scala index 0763d4397e..83e6ac6acf 100644 --- a/thehive/app/org/thp/thehive/models/TheHiveSchemaDefinition.scala +++ b/thehive/app/org/thp/thehive/models/TheHiveSchemaDefinition.scala @@ -469,7 +469,8 @@ class TheHiveSchemaDefinition @Inject() extends Schema with UpdatableSchema { .removeIndex("Observable", IndexType.standard) .removeIndex("Tag", IndexType.standard) .removeIndex("Task", IndexType.standard) - //=====[release 4.1.3]===== + //=====[release 4.1.3]===== + .removeIndex("global", IndexType.fulltext) val reflectionClasses = new Reflections( new ConfigurationBuilder()