move @hn to tech

This commit is contained in:
keyan 2023-06-12 15:10:44 -05:00
parent d78c98e701
commit b71c595856
2 changed files with 5 additions and 1 deletions
.gitignore
prisma/migrations/20230612195325_hn_move_to_tech

2
.gitignore vendored

@ -19,7 +19,7 @@
# misc # misc
.DS_Store .DS_Store
*.pem *.pem
*.sql /*.sql
# debug # debug
npm-debug.log* npm-debug.log*

@ -0,0 +1,4 @@
UPDATE "Item"
SET "subName" = 'tech'
WHERE "Item"."parentId" IS NULL
AND "Item"."userId" = 13361; -- hn user id