From 5251e50b5ad3a953513a2ddf47eb5513b3880fbb Mon Sep 17 00:00:00 2001 From: SneedBot Date: Fri, 12 Apr 2024 04:00:16 +0000 Subject: [PATCH] sneed --- seed-hats.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed-hats.sql b/seed-hats.sql index e3dce36dc..9273ae7e6 100644 --- a/seed-hats.sql +++ b/seed-hats.sql @@ -1257,11 +1257,12 @@ INSERT INTO public.hat_defs VALUES (1533, 'Emu Otori Hat', 'Show your love to th INSERT INTO public.hat_defs VALUES (1534, 'Kitty Pawz', 'Kawaii? Sure. But deep down, we all know you’re a furry.', 2, 500, NULL, 1712799964); + -- -- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.hat_defs_id_seq', 1534, true); +SELECT pg_catalog.setval('public.hat_defs_id_seq', 1535, true); --