mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix: address review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
2c878099f1
commit
ef61c50f4b
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue