This commit is contained in:
aecsocket
2026-07-09 13:31:52 +01:00
parent 9e22e88d3f
commit 11978fd479
2 changed files with 16 additions and 1 deletions
@@ -0,0 +1,15 @@
{
"db_name": "PostgreSQL",
"query": "\n UPDATE mods\n SET queued = NOW()\n WHERE id = $1 AND status = $2\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Text"
]
},
"nullable": []
},
"hash": "10dd90694457e57fbb0ed390326fa6d4b6212a8788503d5a53cef0f0be8bb981"
}
+1 -1
View File
@@ -242,7 +242,7 @@ pub struct UploadSearchProject {
pub project_id: String,
//
pub project_types: Vec<String>,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[serde(default)]
pub all_project_types: Vec<String>,
pub slug: Option<String>,
pub author: String,