rDrama/seed-db.sql

4 lines
121 B
MySQL
Raw Normal View History

2023-03-22 07:59:37 +00:00
INSERT INTO public.emojis (name, kind, author_id, tags) VALUES
2023-03-31 16:00:05 +00:00
()
2022-09-23 23:44:03 +00:00
ON CONFLICT (name) DO UPDATE SET tags = EXCLUDED.tags;