This commit is contained in:
Aevann1 2021-09-13 17:11:52 +00:00
parent df028d68bd
commit 0f96d44b12

View file

@ -1058,7 +1058,8 @@ CREATE TABLE public.users (
cardview boolean,
received_award_count integer,
highlightcomments boolean,
club_banned boolean DEFAULT false
club_banned boolean DEFAULT false,
nitter boolean
);