feat: refs #7531 Added landed index
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2025-01-20 08:10:12 +01:00
parent fff6979921
commit 9584ffcf5b
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
CREATE INDEX ticket_landed_IDX USING BTREE ON vn.ticket (landed);