diff --git a/files/assets/images/emojis/marseygunshotsuicide.webp b/files/assets/images/emojis/marseygunshotsuicide.webp index 307851a5a..332741bea 100644 Binary files a/files/assets/images/emojis/marseygunshotsuicide.webp and b/files/assets/images/emojis/marseygunshotsuicide.webp differ diff --git a/files/assets/images/emojis/marseyjam.webp b/files/assets/images/emojis/marseyjam.webp index c52f150b3..5a12cfe52 100644 Binary files a/files/assets/images/emojis/marseyjam.webp and b/files/assets/images/emojis/marseyjam.webp differ diff --git a/files/assets/images/emojis/marseysoypointgold.webp b/files/assets/images/emojis/marseysoypointgold.webp index 205c814ae..1a2718a96 100644 Binary files a/files/assets/images/emojis/marseysoypointgold.webp and b/files/assets/images/emojis/marseysoypointgold.webp differ diff --git a/schema.sql b/schema.sql index ea9a53f00..ab360bee7 100644 --- a/schema.sql +++ b/schema.sql @@ -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 -- +