You've already forked pages
forked from didirus/AstralRinth
f466470d06
* 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
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE shared_instances SET current_version_id = $1 WHERE id = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "47ec9f179f1c52213bd32b37621ab13ae43d180b8c86cb2a6fab0253dd4eba55"
|
|
}
|