mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
559 B
JSON
27 lines
559 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT version FROM _sqlx_migrations WHERE success = false ORDER BY version LIMIT 1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "version",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "_sqlx_migrations",
|
|
"name": "version"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "2b1f6996c9daf1db850da52edcd55e399e89f7c54d98273ee65e038126d01f23"
|
|
}
|