refactor: refs #7419 Added index ticketLog
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-06-07 08:18:07 +02:00
parent 4a0d32eb60
commit 70eddb6ce2
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
CREATE INDEX ticketLog_creationDate_IDX USING BTREE ON vn.ticketLog (creationDate,changedModel,`action`);