mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-02-05 01:32:17 +01:00
6 lines
65 B
PL/PgSQL
6 lines
65 B
PL/PgSQL
BEGIN;
|
|
|
|
CREATE SEQUENCE IF NOT EXISTS public.airou_id_seq;
|
|
|
|
END;
|