mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 12:04:07 +00:00
12 lines
380 B
JSON
12 lines
380 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE contacts\n SET ask_for_friend_promotions = COALESCE(ask_for_friend_promotions, 1)\n WHERE user_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "9b83943b4b9917ba6e099bbf0bd69d4666813e03732f448f83a884134c300bfd"
|
|
}
|