forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-06-08 05:00:01 +00:00
parent 63f45f81fd
commit d69b15659e
1 changed files with 2 additions and 1 deletions

View File

@ -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! 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. 137 Lottershe Winner This user won the Lottershe grand prize.
138 Dan This user is a Certified Dan Enthusiast. 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 4 White Hat Discreetly reported an exploit
1 Alpha User Joined during open alpha 1 Alpha User Joined during open alpha
2 Verified Email Verified Email 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: - -- 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);
-- --