Files
modrinth/apps/labrinth/.sqlx/query-6f23a7cd9f7d0ff70d63bb58228042cf53c2e26c050205a52a147c500fad6a97.json
T
Prospector 2fd4495104 rejected projects go to ghost on delete (#7107)
* 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
2026-08-12 23:54:57 +00:00

15 lines
335 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n DELETE FROM collections_mods\n WHERE mod_id = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": []
},
"hash": "6f23a7cd9f7d0ff70d63bb58228042cf53c2e26c050205a52a147c500fad6a97"
}