Merge branch 'develop' into redistributable

This commit is contained in:
DecDuck
2025-10-29 20:57:31 +11:00
13 changed files with 1179 additions and 81 deletions

View File

@ -0,0 +1,8 @@
-- AlterEnum
ALTER TYPE "MetadataSource" ADD VALUE 'Steam';
-- DropIndex
DROP INDEX "GameTag_name_idx";
-- CreateIndex
CREATE INDEX "GameTag_name_idx" ON "GameTag" USING GIST ("name" gist_trgm_ops(siglen=32));