diff --git a/files/assets/images/badges/156.webp b/files/assets/images/badges/156.webp new file mode 100644 index 000000000..f1bf496b7 Binary files /dev/null and b/files/assets/images/badges/156.webp differ diff --git a/schema.sql b/schema.sql index dc26e4eab..d4b01875b 100644 --- a/schema.sql +++ b/schema.sql @@ -2393,6 +2393,7 @@ COPY public.badge_defs (id, name, description) FROM stdin; 151 Responsible Citizen This user upheld democracy by committing voter fraud. 152 Amateur Hathead Collected 25 unique hats 155 Ride Or Die Dramalo/Dramalette When I die show no pity / Send my soul to the juggalo city / Dig my grave six feet deep / And put two matches by my feet / Put two hatchets on my chest / And tell my homies I did my best / WHOOP WHOOP +156 Hole Neglecter Spent 50,000 dramacoin on a Hole, only to let it die 4 White Hat Discreetly reported an exploit 1 Alpha User Joined during open alpha 2 Verified Email Verified Email @@ -2500,7 +2501,7 @@ COPY public.badge_defs (id, name, description) FROM stdin; -- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.badge_defs_id_seq', 155, true); +SELECT pg_catalog.setval('public.badge_defs_id_seq', 156, true); --