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
This commit is contained in:
16
.sqlx/query-d7c65c30898110d801a5bdf092564e5726e35c1033c69dba69008989a087357c.json
generated
Normal file
16
.sqlx/query-d7c65c30898110d801a5bdf092564e5726e35c1033c69dba69008989a087357c.json
generated
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "\n UPDATE team_members\n SET payouts_split = $1\n WHERE (team_id = $2 AND user_id = $3)\n ",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Numeric",
|
||||
"Int8",
|
||||
"Int8"
|
||||
]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "d7c65c30898110d801a5bdf092564e5726e35c1033c69dba69008989a087357c"
|
||||
}
|
||||
Reference in New Issue
Block a user