mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
add support for Festa Trial voting
This commit is contained in:
5
patch-schema/13-festa-trial-votes.sql
Normal file
5
patch-schema/13-festa-trial-votes.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE IF EXISTS public.guild_characters ADD COLUMN trial_vote integer;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user