mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 07:25:03 +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; |