You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
constQUERY_UPDATE_TIMELINE_NOTIFICATIONS='UPDATE project_info SET value = "On", modify_user = ?, modify_date = CURRENT WHERE project_info_type_id = "11" AND project_id = ?'
9
12
10
13
/**
11
14
* Prepare Informix statement
@@ -19,6 +22,25 @@ async function prepare (connection, sql) {
19
22
returnPromise.promisifyAll(stmt)
20
23
}
21
24
25
+
/**
26
+
* Get teh timeline notification settings entry
27
+
* @param {Number} challengeLegacyId the legacy challenge ID
0 commit comments