Pārlūkot izejas kodu

fix: address review comments

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/45094/head
Marcel Klehr pirms 3 nedēļām
vecāks
revīzija
ef61c50f4b
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4
    4
      core/Migrations/Version30000Date20240429122720.php

+ 4
- 4
core/Migrations/Version30000Date20240429122720.php Parādīt failu

@@ -102,10 +102,10 @@ class Version30000Date20240429122720 extends SimpleMigrationStep {
'length' => 255,
]);

$table->setPrimaryKey(['id'], 'tasks_id_index');
$table->addIndex(['status', 'type'], 'tasks_status_type');
$table->addIndex(['last_updated'], 'tasks_updated');
$table->addIndex(['user_id', 'app_id', 'identifier'], 'tasks_uid_appid_ident');
$table->setPrimaryKey(['id'], 'taskp_tasks_id_index');
$table->addIndex(['status', 'type'], 'taskp_tasks_status_type');
$table->addIndex(['last_updated'], 'taskp_tasks_updated');
$table->addIndex(['user_id', 'app_id', 'identifier'], 'taskp_tasks_uid_appid_ident');

return $schema;
}

Notiek ielāde…
Atcelt
Saglabāt