diff --git a/files/assets/images/badges/248.webp b/files/assets/images/badges/248.webp new file mode 100644 index 000000000..b241d504f Binary files /dev/null and b/files/assets/images/badges/248.webp differ diff --git a/files/assets/images/rDrama/sidebar/1026.webp b/files/assets/images/rDrama/sidebar/1026.webp new file mode 100644 index 000000000..3a500cf53 Binary files /dev/null and b/files/assets/images/rDrama/sidebar/1026.webp differ diff --git a/files/assets/images/rDrama/sidebar/1027.webp b/files/assets/images/rDrama/sidebar/1027.webp new file mode 100644 index 000000000..5d4f9af3b Binary files /dev/null and b/files/assets/images/rDrama/sidebar/1027.webp differ diff --git a/seed-db.sql b/seed-db.sql index ef3f59b0a..282b49d6e 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -206,13 +206,14 @@ INSERT INTO public.badge_defs VALUES (243, 'Kongmaxxer: K', 'Contributed a KONGM INSERT INTO public.badge_defs VALUES (244, 'Kongmaxxer: O', 'Contributed a KONGMAXXED piece of sidebar art during Donkey Kong December', 1679419192); INSERT INTO public.badge_defs VALUES (245, 'Kongmaxxer: N', 'Contributed a KONGMAXXED Marsey or emoji [BADGE_N_FINAL.gif]during Donkey Kong December', 1679419208); INSERT INTO public.badge_defs VALUES (247, 'Kongmaxxer: G', 'KONGED TO THE MAX during Donkey Kong December', 1679419297); +INSERT INTO public.badge_defs VALUES (248, 'Shithead', 'Shat out a Shit for the Bowel Movement Beauty Pageant', 1680057094); -- -- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.badge_defs_id_seq', 247, true); +SELECT pg_catalog.setval('public.badge_defs_id_seq', 248, true); --