Constant iqps_backend::db::queries::UPDATE_FILELINK

source ยท
pub const UPDATE_FILELINK: &str = "UPDATE iqps SET filelink=$2 WHERE id=$1";
Expand description

Updates the filelink ($2) of a paper with the given id ($1). Used to update the filelink after a paper is uploaded.