Merge branch 'develop' into redistributable

This commit is contained in:
DecDuck
2025-08-25 16:19:48 +10:00
27 changed files with 1098 additions and 184 deletions

View File

@ -0,0 +1,5 @@
-- DropIndex
DROP INDEX "GameTag_name_idx";
-- CreateIndex
CREATE INDEX "GameTag_name_idx" ON "GameTag" USING GIST ("name" gist_trgm_ops(siglen=32));