pull/221/head
SneedBot 2024-01-22 04:00:15 +00:00
parent 6f189fb961
commit a5ff7624d1
1 changed files with 12 additions and 1 deletions

View File

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