mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +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;
|