mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +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