Skip to main content

max / makenotwork

352 B · 15 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "UPDATE posts SET removed_by = NULL, removed_at = NULL\n WHERE id = $1 AND removed_at IS NOT NULL",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid"
9 ]
10 },
11 "nullable": []
12 },
13 "hash": "5befbed9105922ec61a94f0f06ca44a5780eac173df9a82f0ce073adfed3ca49"
14 }
15