diff --git a/schema.sql b/schema.sql index c7bd9c92f..c95fe460f 100644 --- a/schema.sql +++ b/schema.sql @@ -1018,6 +1018,17 @@ CREATE TABLE public.userblocks ( ); +-- +-- Name: usermutes; Type: TABLE; Schema: public; Owner: - +-- + +CREATE TABLE public.usermutes ( + user_id integer NOT NULL, + target_id integer NOT NULL, + created_utc integer +); + + -- -- Name: users_id_seq; Type: SEQUENCE; Schema: public; Owner: - -- @@ -1525,6 +1536,14 @@ ALTER TABLE ONLY public.userblocks ADD CONSTRAINT userblocks_pkey PRIMARY KEY (user_id, target_id); +-- +-- Name: usermutes usermutes_pkey; Type: CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usermutes + ADD CONSTRAINT usermutes_pkey PRIMARY KEY (user_id, target_id); + + -- -- Name: users users_original_username_key; Type: CONSTRAINT; Schema: public; Owner: - -- @@ -1979,6 +1998,13 @@ CREATE INDEX modaction_id_idx ON public.modactions USING btree (id DESC); CREATE INDEX modaction_pid_idx ON public.modactions USING btree (target_post_id); +-- +-- Name: mute_target_idx; Type: INDEX; Schema: public; Owner: - +-- + +CREATE INDEX mute_target_idx ON public.usermutes USING btree (target_id); + + -- -- Name: notifications_comment_idx; Type: INDEX; Schema: public; Owner: - -- @@ -2652,6 +2678,22 @@ ALTER TABLE ONLY public.modactions ADD CONSTRAINT modactions_user_fkey FOREIGN KEY (target_user_id) REFERENCES public.users(id); +-- +-- Name: usermutes mute_target_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usermutes + ADD CONSTRAINT mute_target_fkey FOREIGN KEY (target_id) REFERENCES public.users(id); + + +-- +-- Name: usermutes mute_user_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - +-- + +ALTER TABLE ONLY public.usermutes + ADD CONSTRAINT mute_user_fkey FOREIGN KEY (user_id) REFERENCES public.users(id); + + -- -- Name: notifications notifications_comment_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: - -- diff --git a/snappy_rDrama.txt b/snappy_rDrama.txt index 7bb90ec7e..6d99521e5 100644 --- a/snappy_rDrama.txt +++ b/snappy_rDrama.txt @@ -4296,4 +4296,10 @@ You are one of the dumbest people I have ever seen, ever. Your reading comprehen {[para]} I will go out of my way to compliment men wearing Swift merch. I remember in an airport one time I saw this nervous looking guy (I don’t know how else to describe it, maybe socially anxious or something?) going through security and I was dying to tell him I loved his Rep shirt. -Ended up seeing him at a different area of the airport and when I tell you I almost sprinted to be able to compliment him. It was something like “hi, I’m sorry, I just wanted to tell you I love the shirt, it’s really cool!” And started to walk away, and the person he was with just looked at him with this “damn dude, you literally had a chick run over to come compliment you… wtf man, nice!!!” face \ No newline at end of file +Ended up seeing him at a different area of the airport and when I tell you I almost sprinted to be able to compliment him. It was something like “hi, I’m sorry, I just wanted to tell you I love the shirt, it’s really cool!” And started to walk away, and the person he was with just looked at him with this “damn dude, you literally had a chick run over to come compliment you… wtf man, nice!!!” face +{[para]} +Do NOT accidentally mute carp. He banned my account for 400 days and I can't unmute him while banned + +https://i.rdrama.net/images/16940522076080964.webp +{[para]} +https://i.rdrama.net/images/16940550343612537.webp \ No newline at end of file