From d69b15659e7651cf3c4a71edc88f1cc6856cba55 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 8 Jun 2022 05:00:01 +0000 Subject: [PATCH] sneed --- schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index 5456c9e22..8256914ee 100644 --- a/schema.sql +++ b/schema.sql @@ -1943,6 +1943,7 @@ COPY public.badge_defs (id, name, description) FROM stdin; 136 TRAIN 2022 Beware: Found to be one of the most transmisic commenters on the site! 137 Lottershe Winner This user won the Lottershe grand prize. 138 Dan This user is a Certified Dan Enthusiast. +139 Kristallmopt This user was fired from a volunteer position 4 White Hat Discreetly reported an exploit 1 Alpha User Joined during open alpha 2 Verified Email Verified Email @@ -2046,7 +2047,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', 138, true); +SELECT pg_catalog.setval('public.badge_defs_id_seq', 139, true); --