mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 09:44:07 +00:00
26 lines
584 B
JSON
26 lines
584 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT value\n FROM app_metadata\n WHERE key = 'legacy_schema_version'\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "value",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "app_metadata",
|
|
"name": "value"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "9b551cd015eecff75483d9083ee4ebfc5c265e0b2b0bb9a032ce90778a68e512"
|
|
}
|