From b6787874c6e49eea52627e5fb5a2204cce67444b Mon Sep 17 00:00:00 2001 From: SneedBot Date: Wed, 21 Dec 2022 20:00:07 +0000 Subject: [PATCH] sneed --- seed-db.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed-db.sql b/seed-db.sql index bd4af37fd..af1f8bee9 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -891,6 +891,7 @@ INSERT INTO public.hat_defs VALUES (549, 'The Bumper Sticker', 'Turn yourself in INSERT INTO public.hat_defs VALUES (571, 'Purple Emoji Crown', 'πŸ’œπŸ’œπŸ’œwhen ur selfie needs an emoji crown with a 🌻, a πŸ‘», and a 🐻 but u still gotta fit that purple aesthetic πŸ’œπŸ’œπŸ’œ', 2, 500, NULL, 1662167687); INSERT INTO public.hat_defs VALUES (570, 'Carl', 'based and dramapilled llama', 2, 500, NULL, 1662167687); INSERT INTO public.hat_defs VALUES (828, 'monopoly thimbler', 'Even thimblier than the last one', 2, 500, NULL, 1665250441); + INSERT INTO public.hat_defs VALUES (846, 'Twinkle', 'TWINKle', 2, 1000, NULL, 1665261883); INSERT INTO public.hat_defs VALUES (875, 'Aces Strawhat', 'Idfk what this is man why are you submitting these esoteric fucking hats with no indication of what they are AAAHHHHH', 2, 500, NULL, 1665314089); INSERT INTO public.hat_defs VALUES (531, 'Zen', 'follow the fish follow the fish follow the fish follow the fish follow the fish', 2, 1000, NULL, 1662167687); @@ -1203,7 +1204,7 @@ INSERT INTO public.hat_defs VALUES (911, 'Racecar Hat', 'I sleep in a hat with m -- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.hat_defs_id_seq', 1129, true); +SELECT pg_catalog.setval('public.hat_defs_id_seq', 1130, true); --