mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
* draft: rejected projects go to ghost on delete * don't free slug * fix sqlx * free slugs but different * add auto reject for processing items given to ghost, as well as send thread messages with a little info on who it came from
16 lines
400 B
JSON
16 lines
400 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE mods\n SET organization_id = NULL, slug = COALESCE($1, slug)\n WHERE id = $2\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "26ca3d90c2e2289027ef434e370f4aa746272cd51dd50445057deb213db37049"
|
|
}
|