From 05871205751d5b7911e8b51b8307d9975b9c6613 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 5 Jun 2022 07: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 a6228884b..5456c9e22 100644 --- a/schema.sql +++ b/schema.sql @@ -1942,6 +1942,7 @@ SET row_security = off; 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. 4 White Hat Discreetly reported an exploit 1 Alpha User Joined during open alpha 2 Verified Email Verified Email @@ -2045,7 +2046,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', 137, true); +SELECT pg_catalog.setval('public.badge_defs_id_seq', 138, true); --