pull/226/head
SneedBot 2024-05-14 20:00:15 +00:00
parent fbeedd012b
commit 4f1e82428b
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ INSERT INTO public.badge_defs VALUES (69, 'Little Big Spender', 'Spent 10,000 cu
INSERT INTO public.badge_defs VALUES (296, 'SEX!', 'This user verifiably had sex with another dramatard.', 1692195588);
INSERT INTO public.badge_defs VALUES (297, 'Weather Balloon', 'This user was shot down over the territory of /r/UFOs.', 1694716945);
INSERT INTO public.badge_defs VALUES (335, 'Easter Egg Aficionado', 'Decorated a chicken abortion for Jesus', 1712039193);
INSERT INTO public.badge_defs VALUES (341, '3 Years Old 🥰🥰🥰', 'This user has wasted THREE WHOLE BUTT YEARS of their life here! Happy birthday!', 1715708828);
INSERT INTO public.badge_defs VALUES (180, 'Marsey Consoomer', 'Conned rDrama out of sick merch in exchange for a donation to Redbubble.', 1664417205);
INSERT INTO public.badge_defs VALUES (183, '2022 Spooooooky Marsey Artist', 'Contributed a VERY SCARY Marsey for Halloween 2022!', 1666225718);
INSERT INTO public.badge_defs VALUES (176, 'Fish Of The Year', 'Awarded for outstanding achievement in the field of achievement. Well done!', 1663340894);
@ -303,7 +304,7 @@ INSERT INTO public.badge_defs VALUES (73, 'Le Rich Gentlesir', 'Spent a fucking
-- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.badge_defs_id_seq', 340, true);
SELECT pg_catalog.setval('public.badge_defs_id_seq', 341, true);
--