diff --git a/schema.sql b/schema.sql index 44897c4f4..0e9d911f4 100644 --- a/schema.sql +++ b/schema.sql @@ -2256,6 +2256,7 @@ COPY public.badge_defs (id, name, description) FROM stdin; 148 Blackpilled Proud incel ally. 149 Thin This user has verified that they are calorically disciplined. 139 Auspicious Incident This user was fired from a volunteer position +150 Verified Bought a Blue Checkmark. 4 White Hat Discreetly reported an exploit 1 Alpha User Joined during open alpha 2 Verified Email Verified Email @@ -2361,7 +2362,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', 149, true); +SELECT pg_catalog.setval('public.badge_defs_id_seq', 150, true); --