forked from rDrama/rDrama
1
0
Fork 0
master
SneedBot 2024-01-21 00:00:15 +00:00
parent 0c9024dd76
commit 6f189fb961
1 changed files with 17 additions and 1 deletions

View File

@ -1163,11 +1163,27 @@ 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', 1409, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1425, true);
--