move @hn to tech
This commit is contained in:
parent
d78c98e701
commit
b71c595856
|
@ -19,7 +19,7 @@
|
|||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
*.sql
|
||||
/*.sql
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
UPDATE "Item"
|
||||
SET "subName" = 'tech'
|
||||
WHERE "Item"."parentId" IS NULL
|
||||
AND "Item"."userId" = 13361; -- hn user id
|
Loading…
Reference in New Issue