initial mercenaries build

This commit is contained in:
wish
2022-08-08 18:21:54 +10:00
parent 4598220b2f
commit 4968252491
2 changed files with 30 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
CREATE SEQUENCE IF NOT EXISTS public.rasta_id_seq;
END;