pull/225/head
SneedBot 2024-03-03 04:00:14 +00:00
parent 6f8956d34b
commit d3297a0f36
1 changed files with 3 additions and 1 deletions

View File

@ -184,7 +184,8 @@ CREATE TABLE public.users (
effortpost_notifs boolean NOT NULL, effortpost_notifs boolean NOT NULL,
shadowban_reason character varying(256), shadowban_reason character varying(256),
keyword_notifs character varying(1000), keyword_notifs character varying(1000),
offsite_mentions boolean offsite_mentions boolean,
twitter character varying(50) DEFAULT 'twitter.com'::character varying NOT NULL
); );
@ -3132,3 +3133,4 @@ ALTER TABLE ONLY public.comments
-- --
-- PostgreSQL database dump complete -- PostgreSQL database dump complete
-- --