From 0da1d74c5dc92313795c9e1cfc87b37c37f7b13a Mon Sep 17 00:00:00 2001 From: SneedBot Date: Tue, 26 Mar 2024 20:00:17 +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 c0b896ee7..8dd5ea2e5 100644 --- a/seed-hats.sql +++ b/seed-hats.sql @@ -1242,11 +1242,12 @@ INSERT INTO public.hat_defs VALUES (1506, 'pkmn0045', 'Vileplume, the Flower Pok INSERT INTO public.hat_defs VALUES (1512, '2ev4u', 'Espeon, the Sun Pokémon, and Umbreon, the Moonlight Pokémon. Relive the joys of Pokémon Colosseum with these two by your side.', 2, 500, NULL, 1710738138); + -- -- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.hat_defs_id_seq', 1513, true); +SELECT pg_catalog.setval('public.hat_defs_id_seq', 1514, true); --