pull/225/head
SneedBot 2024-02-25 00:00:14 +00:00
parent 144b811712
commit 850fed2592
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,6 @@ CREATE TABLE public.users (
is_private boolean DEFAULT false NOT NULL,
unban_utc integer DEFAULT 0,
custom_filter_list character varying(1000) DEFAULT ''::character varying,
keyword_notifs character varying(1000),
stored_subscriber_count integer DEFAULT 0 NOT NULL,
original_username character varying(30),
flair_html character varying(1000),
@ -3075,3 +3074,4 @@ ALTER TABLE ONLY public.comments
--
-- PostgreSQL database dump complete
--