remotes/1693045480750635534/spooky-22
Aevann1 2022-08-05 22:00:03 +00:00
parent 07608ee50a
commit 7ff1dc0f7f
1 changed files with 2 additions and 2 deletions

View File

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