mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
6 lines
65 B
PL/PgSQL
6 lines
65 B
PL/PgSQL
BEGIN;
|
|
|
|
CREATE SEQUENCE IF NOT EXISTS public.rasta_id_seq;
|
|
|
|
END;
|