Files
modrinth/apps/labrinth/.sqlx/query-60decf7fbabdebf749dba72cd7e339e87357ba1f464f8300aba713fcfda20d52.json
T
Sychic 9ecbe8eaa6 feat(labrinth): granular disclosure locking (#7108)
* feat(labrinth): granular disclosure locking

* chore(labrinth): update query cache
2026-08-12 17:26:15 -07:00

30 lines
648 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n\t\t\tSELECT type AS \"disclosure_type!\", lock_status\n\t\t\tFROM project_disclosures\n\t\t\tWHERE project_id = $1 AND type = ANY($2)\n\t\t\t",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "disclosure_type!",
"type_info": "Text"
},
{
"ordinal": 1,
"name": "lock_status",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Int8",
"TextArray"
]
},
"nullable": [
false,
false
]
},
"hash": "60decf7fbabdebf749dba72cd7e339e87357ba1f464f8300aba713fcfda20d52"
}