不要怂,就是干,撸起袖子干!

Commit 07867486 by Pranav Raj S

Updated parameter in query documentation

1 parent bea761e7
Showing with 1 additions and 1 deletions
...@@ -39,7 +39,7 @@ Post.update({ ...@@ -39,7 +39,7 @@ Post.update({
} }
} }
}); });
// UPDATE post SET updatedAt = null WHERE updatedAt NOT NULL; // UPDATE post SET updatedAt = null WHERE deletedAt NOT NULL;
``` ```
### Operators ### Operators
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!