mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-23 12:14:07 +00:00
12 lines
416 B
JSON
12 lines
416 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT INTO webxdc_instances\n (instance_id, group_id, app_id, version, origin_token)\n VALUES (?, ?, ?, ?, ?)\n ON CONFLICT(instance_id) DO NOTHING",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 5
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "2066610ac883966a5d38cb80c193fd46f3fbde9940e6a221fb54671f446ca596"
|
|
}
|