mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 16:34:51 +01:00
convert interception rewards to db table
This commit is contained in:
@@ -6,4 +6,15 @@ ALTER TABLE IF EXISTS public.guilds
|
||||
ALTER TABLE IF EXISTS public.guild_characters
|
||||
ADD COLUMN IF NOT EXISTS interception_points bytea;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public.diva_prizes (
|
||||
id SERIAL PRIMARY KEY,
|
||||
type PRIZE_TYPE,
|
||||
points_req INTEGER,
|
||||
item_type INTEGER,
|
||||
item_id INTEGER,
|
||||
quantity INTEGER,
|
||||
gr BOOLEAN,
|
||||
repeatable BOOLEAN
|
||||
);
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user