mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Drop dummy columns, not needed in manticore
This commit is contained in:
@@ -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],
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user