master
SneedBot 2024-02-03 12:00:16 +00:00
parent 5d9ded702e
commit 99f3c771a9
1 changed files with 2 additions and 1 deletions

View File

@ -1195,13 +1195,14 @@ INSERT INTO public.hat_defs VALUES (1407, 'typingfast', 'typing but faster', 2,
--
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1443, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1445, true);
--