mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 16:34:51 +01:00
implement interception point collation & progression
This commit is contained in:
@@ -3,4 +3,7 @@ BEGIN;
|
||||
ALTER TABLE IF EXISTS public.guilds
|
||||
ADD COLUMN IF NOT EXISTS interception_maps bytea;
|
||||
|
||||
ALTER TABLE IF EXISTS public.guild_characters
|
||||
ADD COLUMN IF NOT EXISTS interception_points bytea;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user