forked from rDrama/rDrama
1
0
Fork 0
master
SneedBot 2023-10-26 14:02:12 +00:00
parent 03751fcab8
commit 316610f8e4
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1,3 +1,4 @@
INSERT INTO public.emojis (name, kind, author_id, tags, nsfw, created_utc) VALUES
()
('marseyaward2','Marsey',2,'chair obama',false,1698326564),
('marseywhale','Marsey',2,'marsey fat diabetic obese mcdonalds whale fries burger soda',false,1698326462)
ON CONFLICT (name) DO UPDATE SET tags = EXCLUDED.tags;