remotes/1693045480750635534/spooky-22
Aevann1 2022-08-15 18:00:03 +00:00
parent 8e48728614
commit 82ccae57a7
1 changed files with 2 additions and 1 deletions

View File

@ -844,7 +844,8 @@ CREATE TABLE public.users (
poorcel boolean DEFAULT false NOT NULL,
last_viewed_post_notifs integer NOT NULL,
pronouns character varying(11) NOT NULL,
last_viewed_log_notifs integer NOT NULL
last_viewed_log_notifs integer NOT NULL,
imginn boolean
);