mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
Added db init script. Combined all schemas under schemas. Persisted
updates and init
This commit is contained in:
6
schemas/patch-schema/05-gacha-roll-name.sql
Normal file
6
schemas/patch-schema/05-gacha-roll-name.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE IF EXISTS public.gacha_entries
|
||||
ADD COLUMN name text;
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user