mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-02-04 17:22:16 +01:00
5 lines
64 B
PL/PgSQL
5 lines
64 B
PL/PgSQL
BEGIN;
|
|
|
|
CREATE SEQUENCE IF NOT EXISTS public.rasta_id_seq;
|
|
|
|
END; |