Apply indexes to improve signature search (#205)

This commit is contained in:
Michael Green
2023-11-30 07:50:32 +11:00
committed by GitHub
parent fcdc5cdbde
commit 7e4fccb0c1

View File

@@ -0,0 +1,2 @@
ALTER TABLE `Signatures_Roms`
ADD INDEX `name_Idx` USING BTREE (`Name`) VISIBLE;