master
SneedBot 2024-04-08 08:00:16 +00:00
parent ce55d29ff4
commit 23475d31c6
5 changed files with 14 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -878,12 +878,13 @@ ALTER SEQUENCE public.oauth_apps_id_seq OWNED BY public.oauth_apps.id;
CREATE TABLE public.orgies (
type character varying(8) NOT NULL,
data character varying(1100) NOT NULL,
data character varying(1200) NOT NULL,
title character varying(1000) NOT NULL,
created_utc integer NOT NULL,
end_utc integer,
start_utc integer NOT NULL,
started boolean NOT NULL
started boolean NOT NULL,
chat_id integer NOT NULL
);
@ -2842,6 +2843,14 @@ ALTER TABLE ONLY public.chat_messages
ADD CONSTRAINT chat_messages_chat_fkey FOREIGN KEY (chat_id) REFERENCES public.chats(id);
--
-- Name: orgies chat_messages_chat_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--
ALTER TABLE ONLY public.orgies
ADD CONSTRAINT chat_messages_chat_fkey FOREIGN KEY (chat_id) REFERENCES public.chats(id);
--
-- Name: chat_messages chat_messages_quotes_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
--

View File

@ -1390,6 +1390,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags, nsfw, created_utc) VALUE
('lankykongflatsphericalrotation', 'Donkey Kong', 2, 'dk donkeykong', false, 1679365072),
('lappcum', 'Misc', 2, 'arknights cummies', false, 1690846487),
('lappschemin', 'Misc', 2, 'scheme hands arknights rubbing', false, 1690846250),
('lappsoy', 'Misc', 2, 'lappland soyjak reaction surprised', false, 1712259183),
('laserbeam', 'Misc', 2, 'pokemon pkmn atk psychic magic', false, 1697840813),
('laughchair', 'Classic', 2, 'animated emoticon fall', false, 0),
('laughing', 'Classic', 2, 'animated emoticon funny smiling smug', false, 0),
@ -3354,6 +3355,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags, nsfw, created_utc) VALUE
('marseyklennylegion', 'Marsey', 2, 'corgi carp fallout vegas roman tribal barbarian warrior', false, 1710989231),
('marseyklennyplead', 'Marsey', 2, 'sad dog corgi klenvastergan', false, 1690083890),
('marseyklennypriest', 'Marsey', 2, 'religion pastor bible cross jesus christ dog corgi christianity catholic', false, 1690167763),
('marseyklennypunished', 'Marsey', 2, 'corgi metal gear mercenary injured harmed scarred tough badass', false, 1712272338),
('marseyklennyreading', 'Marsey', 2, 'klenvastergan corgi boom studying student', false, 1690256898),
('marseyklennyrip', 'Marsey', 2, 'dead killed murdered decapitated corgi', false, 1687919414),
('marseyklennyshrug', 'Marsey', 2, 'dog puppy cute', false, 1689210187),
@ -3751,6 +3753,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags, nsfw, created_utc) VALUE
('marseynkey', 'Marsey', 2, 'pkmn pokemon mankey 0056', false, 1702184494),
('marseyno', 'Marsey', 2, 'denied refuse rejection reaction ugh deny hand', false, 0),
('marseynobooba', 'Marsey', 2, 'disgust fear eyes scared sad animated awooga', false, 1679775535),
('marseynocrown', 'Marsey', 2, 'paw pulling', false, 1712391630),
('marseynodox', 'Marsey', 2, 'sign', false, 1665250355),
('marseynonpotable', 'Marsey', 2, 'emoji obscure water', false, 1685234039),
('marseynoooticer', 'Marsey', 2, 'notice stats racist iq chud bigot numbers observe see hmm wrong think thonk', false, 1664406781),