more GuildTresure optimisation

This commit is contained in:
wish
2023-10-14 14:14:28 +11:00
parent 7194cdbc07
commit bf44944884
3 changed files with 16 additions and 40 deletions

View File

@@ -0,0 +1,8 @@
BEGIN;
ALTER TABLE IF EXISTS public.guild_hunts DROP COLUMN IF EXISTS hunters;
ALTER TABLE IF EXISTS public.guild_characters
ADD COLUMN treasure_hunt integer;
END;