mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 12:24:08 +00:00
12 lines
494 B
JSON
12 lines
494 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT INTO contact_push_keys(contact_id, key_id, key, created_at)\n VALUES (?, ?, ?, ?)\n ON CONFLICT(contact_id, key_id)\n DO UPDATE SET key = excluded.key, created_at = excluded.created_at\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 4
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b375c5808bf4526a65d96c6262cf03bdb10c4c2dd00a4a57ab49c27ff7fa8d05"
|
|
}
|