mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 12:04:07 +00:00
12 lines
327 B
JSON
12 lines
327 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE groups\n SET group_name = ?\n WHERE group_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "ef4732ab68de219079b3f2a80bebbf5587148d472b5ae7d1b4db79fe4a2c0489"
|
|
}
|