From fad7dbc2ad2d3a25c7d2927903d89175d9ac461b Mon Sep 17 00:00:00 2001 From: SneedBot Date: Mon, 20 Nov 2023 16:00:13 +0000 Subject: [PATCH] sneed --- seed-hats.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seed-hats.sql b/seed-hats.sql index 4d97d2162..64a52d089 100644 --- a/seed-hats.sql +++ b/seed-hats.sql @@ -1144,11 +1144,14 @@ 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', 1382, true); +SELECT pg_catalog.setval('public.hat_defs_id_seq', 1385, true); --