mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
more GuildTresure optimisation
This commit is contained in:
8
patch-schema/09-fix-guild-treasure.sql
Normal file
8
patch-schema/09-fix-guild-treasure.sql
Normal 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;
|
||||
Reference in New Issue
Block a user