diff --git a/files/assets/images/badges/176.webp b/files/assets/images/badges/176.webp new file mode 100644 index 000000000..de3c03765 Binary files /dev/null and b/files/assets/images/badges/176.webp differ diff --git a/schema.sql b/schema.sql index 46642309e..0555ba8d8 100644 --- a/schema.sql +++ b/schema.sql @@ -2684,6 +2684,7 @@ INSERT INTO public.badge_defs VALUES (172, 'God Save The Kween', 'Commemorative INSERT INTO public.badge_defs VALUES (174, 'George', '@Marsey went to Spokane to fight @TrailerParkBride, but George the Mountain Lion was the real winner.', NULL); INSERT INTO public.badge_defs VALUES (175, 'Pressuring Peer', 'You have applied pressure to poor souls undergoing rehabilitation [n] times. Shame on you!', 1663105259); INSERT INTO public.badge_defs VALUES (4, 'White Hat', 'Discreetly reported an exploit', NULL); +INSERT INTO public.badge_defs VALUES (176, 'Fish Of The Year', 'Awarded for outstanding achievement in the field of achievement. Well done!', 1663340894); INSERT INTO public.badge_defs VALUES (1, 'Alpha User', 'Joined during open alpha', NULL); INSERT INTO public.badge_defs VALUES (2, 'Verified Email', 'Verified Email', NULL); INSERT INTO public.badge_defs VALUES (3, 'Code Contributor', 'Contributed to the site''s source code', NULL); @@ -2789,7 +2790,7 @@ INSERT INTO public.badge_defs VALUES (134, '1 Year Old 🥰', 'This user has was -- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.badge_defs_id_seq', 175, true); +SELECT pg_catalog.setval('public.badge_defs_id_seq', 176, true); --