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

2
.gitignore vendored
View File

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

View File

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