mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-23 12:14:07 +00:00
38 lines
960 B
JSON
38 lines
960 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT version AS \"version!: i64\", bundle_sha256 AS \"bundle_sha256!: String\"\n FROM webxdc_apps\n WHERE app_id = ? AND published = 1\n ORDER BY version DESC\n LIMIT 1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "version!: i64",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "webxdc_apps",
|
|
"name": "version"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "bundle_sha256!: String",
|
|
"ordinal": 1,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "webxdc_apps",
|
|
"name": "bundle_sha256"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "90ff8eee4b84514f67c14673e986b1f15d3b580adca9adfe27b507cd0f046164"
|
|
}
|