remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-14 16:00:08 +00:00
parent 09027e51d7
commit f9840d5c71
4 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -930,6 +930,7 @@ CREATE TABLE public.users (
is_banned integer DEFAULT 0 NOT NULL,
ban_reason character varying(256),
login_nonce integer DEFAULT 0 NOT NULL,
reserved character varying(256),
mfa_secret character varying(32),
is_private boolean DEFAULT false NOT NULL,
unban_utc integer DEFAULT 0 NOT NULL,
@ -2678,3 +2679,4 @@ ALTER TABLE ONLY public.comment_option_votes
--
-- PostgreSQL database dump complete
--