From 57d2a3d8944899ea573bfcc2e65da0ba5cbd6f16 Mon Sep 17 00:00:00 2001 From: SneedBot Date: Wed, 1 Nov 2023 04:00:13 +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 3ba614669..0e428e511 100644 --- a/seed-hats.sql +++ b/seed-hats.sql @@ -1144,11 +1144,12 @@ INSERT INTO public.hat_defs VALUES (1370, 'pkmn0133', 'Eevee, the Evolution Pok INSERT INTO public.hat_defs VALUES (1366, 'pkmn0001', 'Bulbasaur. It bears the seed of a plant on its back from birth. The seed slowly develops. Researchers are unsure whether to classify Bulbasaur as a plant or animal. Bulbasaur are extremely tough and very difficult to capture in the wild.', 2, 500, NULL, 1698656032); + -- -- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.hat_defs_id_seq', 1381, true); +SELECT pg_catalog.setval('public.hat_defs_id_seq', 1382, true); --