diff --git a/files/assets/images/badges/291.webp b/files/assets/images/badges/291.webp new file mode 100644 index 000000000..94018e60e Binary files /dev/null and b/files/assets/images/badges/291.webp differ diff --git a/files/templates/rules_rDrama.html b/files/templates/rules_rDrama.html index e48abbfa9..2f9fa90c5 100644 --- a/files/templates/rules_rDrama.html +++ b/files/templates/rules_rDrama.html @@ -1,7 +1,6 @@

CURRENT EVENTS:

The NICE Initiative

Spiritual enrichment, personal growth

Bing Bing Wahoo Pet Contest

Dramacoin prizes!
-

Independence Gay Grill-Off

BADGE



diff --git a/seed-db.sql b/seed-db.sql index 8cfd306b1..7e6d047cb 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -248,13 +248,14 @@ INSERT INTO public.badge_defs VALUES (288, 'Carp Master', 'Contributed 10 (or mo INSERT INTO public.badge_defs VALUES (289, 'Sharpened', 'No one understand this user.', 1687725417); INSERT INTO public.badge_defs VALUES (290, 'Smartest Fish Award', 'Awarded for outstanding achievement in the field of QA, signed by Aevann Himself. The highest honor that can be bestowed upon a codecel.', 1687901922); INSERT INTO public.badge_defs VALUES (94, 'Progressive Stack', 'Upvotes/downvotes on this user''s posts and comments have double the ranking effect', NULL); +INSERT INTO public.badge_defs VALUES (291, 'Griller', 'Enough about trans rights! Enough about trans wrongs! I just wanna grill for God''s sake!', 1689087935); -- -- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.badge_defs_id_seq', 290, true); +SELECT pg_catalog.setval('public.badge_defs_id_seq', 291, true); --