remotes/1693045480750635534/spooky-22
Aevann1 2022-06-10 10:36:10 +00:00
parent bea6d82b61
commit 933f2a9a40
1 changed files with 2 additions and 1 deletions

View File

@ -1985,6 +1985,7 @@ COPY public.badge_defs (id, name, description) FROM stdin;
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
140 Y'all Seein' Eye Gets notified when other sites talk about us
4 White Hat Discreetly reported an exploit
1 Alpha User Joined during open alpha
2 Verified Email Verified Email
@ -2088,7 +2089,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', 139, true);
SELECT pg_catalog.setval('public.badge_defs_id_seq', 140, true);
--