pull/216/head
SneedBot 2023-10-26 20:00:15 +00:00
parent 8a82a9b112
commit 6dbdf10531
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -502,7 +502,7 @@ CREATE TABLE public.emojis (
tags character varying(200) NOT NULL,
count integer DEFAULT 0 NOT NULL,
submitter_id integer,
created_utc integer,
created_utc integer NOT NULL,
kind character varying(15) NOT NULL,
nsfw boolean NOT NULL
);

View File

@ -4526,6 +4526,7 @@ INSERT INTO public.emojis (name, kind, author_id, tags, nsfw, created_utc) VALUE
('marseyvaxmaxx', 'Marsey', 2, 'mask coronavirus covid gigavax corona vaccine vaccination hazmat', false, 0),
('marseyvaxxtroll', 'Marsey', 2, 'halloween alive healthy glow zombie vaccine vaccinated vaccination', false, 1666460515),
('marseyvee', 'Marsey', 2, 'pkmn pokemon eevee marseevee 133', false, 1697772971),
('marseyvee2', 'Marsey', 2, 'pkmn pokemon eevee marseevee 133 prancing', false, 1698342059),
('marseyvelociraptor', 'Marsey', 2, 'dinosaur velocimarsey extinct predator claws', false, 0),
('marseyvengeance', 'Marsey', 2, 'gore undead shotgun horror halloween revenge monster bloody head wound holiday', false, 0),
('marseyvenn1', 'Marsey', 2, 'venn diagram some overlap', false, 1687126845),