generate random prayer beads

This commit is contained in:
wish
2023-02-28 18:16:17 +11:00
parent 0eb4a04264
commit 60aae09c31
2 changed files with 32 additions and 5 deletions

View File

@@ -17,4 +17,8 @@ CREATE TABLE IF NOT EXISTS public.diva_prizes (
repeatable BOOLEAN
);
CREATE TABLE IF NOT EXISTS public.diva_beads (
type INTEGER
);
END;