Skip to content

Commit

Permalink
remove icon_class
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
  • Loading branch information
andrey18106 committed Dec 5, 2023
1 parent 64efea3 commit 327ddf6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Migration/Version1003Date202311061844.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
'notnull' => false,
'default' => '',
]);
$table->addColumn('icon_class', Types::STRING, [
'notnull' => true,
'default' => 'icon-app-api',
]);
// Action handler key name, that will be sent to exApp for handling
$table->addColumn('action_handler', Types::STRING, [
'notnull' => true,
Expand Down

0 comments on commit 327ddf6

Please sign in to comment.