stacker.news/prisma/migrations/20230612195325_hn_move_to_tech/migration.sql

4 lines
111 B
MySQL
Raw Normal View History

2023-06-12 20:10:44 +00:00
UPDATE "Item"
SET "subName" = 'tech'
WHERE "Item"."parentId" IS NULL
AND "Item"."userId" = 13361; -- hn user id