mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
* Attribution route perf improvements * fix clippy * clear exemptions when user attempts to scan their file * Increase Redis TTL/refresh time
23 lines
490 B
JSON
23 lines
490 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n select version_id as \"version_id: DBVersionId\"\n from files\n where id = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "version_id: DBVersionId",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "752eb66451b57e9595b8a1671b1f98465ddb903a57d566de9e472b0b78ad2d39"
|
|
}
|