rDrama/seed-db.sql

4 lines
129 B
MySQL
Raw Normal View History

2023-03-07 20:33:24 +00:00
INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES
2023-03-14 06:22:51 +00:00
()
2022-09-23 23:44:03 +00:00
ON CONFLICT (name) DO UPDATE SET tags = EXCLUDED.tags;