Init Conquest

This commit is contained in:
stratic-dev
2024-07-31 18:13:40 +01:00
parent 2d0cce719b
commit ed5489571b
7 changed files with 192 additions and 38 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE public.characters ADD COLUMN IF NOT EXISTS conquest_data BYTEA;
END;