move @hn to tech
This commit is contained in:
parent
d78c98e701
commit
b71c595856
2
.gitignore
vendored
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
|
Loading…
x
Reference in New Issue
Block a user