pull/222/head
SneedBot 2024-02-03 00:00:16 +00:00
parent c4b63f9873
commit 53d75d928c
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ CREATE TABLE public.users (
reserved character varying(256),
mfa_secret character varying(32),
is_private boolean DEFAULT false NOT NULL,
unban_utc integer DEFAULT 0 NOT NULL,
unban_utc integer DEFAULT 0,
custom_filter_list character varying(1000) DEFAULT ''::character varying,
stored_subscriber_count integer DEFAULT 0 NOT NULL,
original_username character varying(30),