You've already forked AstralRinth
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
15 lines
377 B
JSON
15 lines
377 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE payouts_values\n SET mod_id = NULL\n WHERE (mod_id = $1)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b3345991457853c3f4c49dd68239bb23c3502d5c46008eb1b50233546a6ffa5d"
|
|
}
|