stacker.news/prisma/migrations/20230929193801_daily_discus.../migration.sql

3 lines
140 B
MySQL
Raw Normal View History

2023-09-29 19:43:25 +00:00
UPDATE "Item"
SET "userId" = 17226
WHERE "pinId" = (select "pinId" from "Item" where title = 'Stacker Saloon' and "userId" = 17226 limit 1);