Drop dummy columns, not needed in manticore

This commit is contained in:
DariusIII
2025-07-10 11:44:42 +02:00
parent 58999b9093
commit dc98afcb74
@@ -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],
],
],