mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
9 lines
174 B
PL/PgSQL
9 lines
174 B
PL/PgSQL
BEGIN;
|
|
|
|
INSERT INTO public.event_quests (max_players, quest_type, quest_id, mark) VALUES
|
|
(0,33,54257,0),
|
|
(0,33,54258,0),
|
|
(0,33,54277,0),
|
|
(0,33,54370,0);
|
|
|
|
END; |