mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 00:15:08 +01:00
handle saving and loading interception maps
This commit is contained in:
6
patch-schema/diva.sql
Normal file
6
patch-schema/diva.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE IF EXISTS public.guilds
|
||||
ADD COLUMN IF NOT EXISTS interception_maps bytea;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user