mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-24 13:41:09 +10:00
Merge branch 'develop' into redistributable
This commit is contained in:
@ -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));
|
||||
Reference in New Issue
Block a user