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.
synctv/.sqlx/query-1dac2217a2a2ba8f25ace...

39 lines
805 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT version, checksum FROM _sqlx_migrations WHERE success = true ORDER BY version",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "version",
"type_info": "Int8",
"origin": {
"Table": {
"table": "_sqlx_migrations",
"name": "version"
}
}
},
{
"ordinal": 1,
"name": "checksum",
"type_info": "Bytea",
"origin": {
"Table": {
"table": "_sqlx_migrations",
"name": "checksum"
}
}
}
],
"parameters": {
"Left": []
},
"nullable": [
false,
false
]
},
"hash": "1dac2217a2a2ba8f25ace79bc86cc54bd088ad1ada0e6a6781a54bda0a641407"
}