mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-07 14:54:56 +02:00
Added db init script. Combined all schemas under schemas. Persisted
updates and init
This commit is contained in:
5
schemas/patch-schema/13-festa-trial-votes.sql
Normal file
5
schemas/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