forked from rDrama/rDrama
1
0
Fork 0
master
SneedBot 2023-10-29 13:00:13 +00:00
parent 850252c9fa
commit d9279c6e8e
1 changed files with 1 additions and 1 deletions

View File

@ -5409,4 +5409,4 @@ INSERT INTO public.emojis (name, kind, author_id, tags, nsfw, created_utc) VALUE
('zoroarkpout', 'Misc', 2, 'pout furry', false, 0),
('zoroarksleepy', 'Misc', 2, 'sleepy furry', false, 0),
('zzz', 'Classic', 2, 'zzz animated emoticon sleep asleep tired sleepy sleeping', false, 0)
ON CONFLICT (name) DO UPDATE SET tags = EXCLUDED.tags;
ON CONFLICT (name) DO UPDATE SET tags = EXCLUDED.tags, kind = EXCLUDED.kind, nsfw = EXCLUDED.nsfw;