diff --git a/app/config/collections2.php b/app/config/collections2.php
index bf1f3ad705..20cff4c392 100644
--- a/app/config/collections2.php
+++ b/app/config/collections2.php
@@ -1095,15 +1095,7 @@ $collections = [
'filters' => [],
],
],
- 'indexes' => [
- [
- '$id' => '_fulltext_name',
- 'type' => Database::INDEX_FULLTEXT,
- 'attributes' => ['name'],
- 'lengths' => [1024],
- 'orders' => [Database::ORDER_ASC],
- ]
- ],
+ 'indexes' => [],
],
'tags' => [
diff --git a/app/views/console/functions/index.phtml b/app/views/console/functions/index.phtml
index 638dc62931..9d03cc34c6 100644
--- a/app/views/console/functions/index.phtml
+++ b/app/views/console/functions/index.phtml
@@ -108,9 +108,6 @@ $runtimes = $this->getParam('runtimes', []);
-
-
-