Files
AstralRinth/.sqlx/query-d1566672369ea22cb1f638f073f8e3fb467b354351ae71c67941323749ec9bcd.json
T
aecsocket f466470d06 Hard caps on creating projects/orgs/collections (#4430)
* implement backend limits on project creation

* implement collection, org creation hard caps

* Fix limit api

* Fix clippy

* Fix limits

* Update sqlx queries

* Address PR comments on user limit structure

* sqlx prepare and clippy

* fix test maybe
2025-09-28 10:01:00 +00:00

24 lines
583 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT f.id id FROM hashes h\n INNER JOIN files f ON h.file_id = f.id\n WHERE h.algorithm = $2 AND h.hash = $1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Bytea",
"Text"
]
},
"nullable": [
false
]
},
"hash": "d1566672369ea22cb1f638f073f8e3fb467b354351ae71c67941323749ec9bcd"
}