mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
7 lines
107 B
PL/PgSQL
7 lines
107 B
PL/PgSQL
BEGIN;
|
|
|
|
CREATE SEQUENCE IF NOT EXISTS public.rasta_id_seq;
|
|
|
|
UPDATE characters SET savemercenary=NULL;
|
|
|
|
END; |