forked from MarseyWorld/MarseyWorld
sneed
parent
09027e51d7
commit
f9840d5c71
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 |
|
@ -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
|
||||
--
|
||||
|
||||
|
|
Loading…
Reference in New Issue