mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
fix mezfes data saving
This commit is contained in:
6
patch-schema/mezfes-save.sql
Normal file
6
patch-schema/mezfes-save.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE public.characters
|
||||
ADD COLUMN mezfes BYTEA;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user