mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-02-05 01:32:17 +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; |