remotes/1693045480750635534/spooky-22
Aevann1 2022-09-08 16:00:02 +00:00
parent c21c7edaa1
commit 128400d259
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -2596,6 +2596,7 @@ COPY public.badge_defs (id, name, description) FROM stdin;
170 Marsified This user's comments get Marsified automatically
167 OwOified This user's comments get OwOified automatically
169 Early Life Checked The Early Life section of this user is on full display
172 God Save The Kween Commemorative badge awarded for outliving Her Maj
4 White Hat Discreetly reported an exploit
1 Alpha User Joined during open alpha
2 Verified Email Verified Email
@ -2703,7 +2704,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', 171, true);
SELECT pg_catalog.setval('public.badge_defs_id_seq', 172, true);
--