stacker.news/prisma/migrations/20230612113342_tech_sub/migration.sql

2 lines
169 B
MySQL
Raw Normal View History

INSERT INTO "Sub" ("name", "desc", "postTypes", "rankingType")
VALUES ('tech', 'everything tech related', '{LINK,DISCUSSION,POLL,BOUNTY}', 'WOT') ON CONFLICT DO NOTHING;