pull/221/head
SneedBot 2024-01-25 04:00:17 +00:00
parent 4fe3fd4491
commit bb90ea50d2
1 changed files with 7 additions and 1 deletions

View File

@ -1183,6 +1183,12 @@ INSERT INTO public.hat_defs VALUES (1407, 'typingfast', 'typing but faster', 2,
@ -1194,7 +1200,7 @@ 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', 1436, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1442, true);
--