From 76f54b3d2702abba07dcb62f4637aca6f4e64a7b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 27 Jun 2022 05:00:01 +0000 Subject: [PATCH] sneed --- schema.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index 9c797969c..3073a565d 100644 --- a/schema.sql +++ b/schema.sql @@ -2065,6 +2065,8 @@ COPY public.badge_defs (id, name, description) FROM stdin; 139 Kristallmopt This user was fired from a volunteer position 140 Y'all Seein' Eye Gets notified when other sites talk about us 141 Marsey Typographer For substantial and exceptional contributions to Marsey Alphabet. +142 Punching Down This user mogs incels. +143 Marsey God Contributed 100 (or more!!!!) Marsey emojis ✨😻 4 White Hat Discreetly reported an exploit 1 Alpha User Joined during open alpha 2 Verified Email Verified Email @@ -2168,7 +2170,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', 141, true); +SELECT pg_catalog.setval('public.badge_defs_id_seq', 143, true); --