pull/153/head
Chuck Sneed 2023-06-17 17:43:20 -05:00
parent 8b0d3a515a
commit 946ce73cb0
2 changed files with 3 additions and 3 deletions

View File

@ -249,7 +249,8 @@ CREATE TABLE public.users (
hidevotedon boolean DEFAULT false NOT NULL,
agendaposter_phrase character varying(35),
prelock_username character varying(30),
namechanged integer
namechanged integer,
misogynist integer
);

View File

@ -242,9 +242,8 @@ INSERT INTO public.badge_defs VALUES (245, 'Kongmaxxer: N', 'Contributed a KONGM
INSERT INTO public.badge_defs VALUES (282, 'Rehab Counselor', 'Awarded for participating in the Marsey''s Methlab Event', 1685121792);
INSERT INTO public.badge_defs VALUES (283, 'Summer Fun', 'Awarded for contributing to the Marsey''s Summer Fun event', 1685121838);
INSERT INTO public.badge_defs VALUES (284, 'In Memoriam Theodroa', 'When God calls one of His most blessed angels home, the heavens rejoice while we are left behind to weep with the rain.', 1686502188);
INSERT INTO public.badge_defs VALUES (999, 'Misogynist', 'This incel is metamorphosizing', 1686502188);
--
-- Name: badge_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--