From dc98afcb744ad75bb0ba08a34df6f8c1111688b1 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 10 Jul 2025 11:44:42 +0200 Subject: [PATCH] Drop dummy columns, not needed in manticore --- app/Console/Commands/CreateManticoreIndexes.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Console/Commands/CreateManticoreIndexes.php b/app/Console/Commands/CreateManticoreIndexes.php index 0b4b3e88c..a99ba6c74 100644 --- a/app/Console/Commands/CreateManticoreIndexes.php +++ b/app/Console/Commands/CreateManticoreIndexes.php @@ -74,7 +74,6 @@ class CreateManticoreIndexes extends Command 'fromname' => ['type' => 'text'], 'filename' => ['type' => 'text'], 'categories_id' => ['type' => 'text'], - 'dummy' => ['type' => 'integer', 'attribute' => true], ], ], 'predb_rt' => [ @@ -85,7 +84,6 @@ class CreateManticoreIndexes extends Command 'columns' => [ 'title' => ['type' => 'text', 'attribute' => true], 'filename' => ['type' => 'text', 'attribute' => true], - 'dummy' => ['type' => 'integer', 'attribute' => true], 'source' => ['type' => 'string', 'attribute' => true], ], ],