mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 17:05:03 +01:00
basic BeatLevel progress storage
This commit is contained in:
5
schemas/patch-schema/conquest-data.sql
Normal file
5
schemas/patch-schema/conquest-data.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE public.characters ADD COLUMN IF NOT EXISTS conquest_data BYTEA;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user