Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Return only if changed
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Nov 1, 2023
commit a075c85eef0bc18bb442eb887327cf4d7651ea69
3 changes: 1 addition & 2 deletions core/Migrations/Version28000Date20230803221055.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt

if (!$table->hasIndex('tp_tasks_uid_appid_ident')) {
$table->addIndex(['user_id', 'app_id', 'identifier'], 'tp_tasks_uid_appid_ident');
$changed = true;
}

$changed = true;
}

if ($changed) {
Expand Down