diff --git a/Classes/Command/IndexCommand.php b/Classes/Command/IndexCommand.php index 6302693..7ad57ae 100644 --- a/Classes/Command/IndexCommand.php +++ b/Classes/Command/IndexCommand.php @@ -86,6 +86,7 @@ class IndexCommand extends Command [ 'type', '', 'string' ], [ 'mvdb_id', '', 'string' ], [ 'piano_combination', '', 'string' ], + [ 'public_comment', 'comment', 'string' ], [ 'final', '', '' ] ]; protected static $actionData = [ [ 'quantity', '', 'int' ],