remotes/1693045480750635534/spooky-22
Aevann1 2021-09-13 17:11:52 +00:00
parent de84dd910f
commit 5b77b613bf
1 changed files with 2 additions and 1 deletions

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
);