update history pull to match dev branch

This commit is contained in:
Paul Trowbridge 2021-04-07 12:55:35 -04:00
parent 6e4e64b3a4
commit 28ee5dfbb4
2 changed files with 1 additions and 10 deletions

View File

@ -282,15 +282,6 @@ server.get('/list_changes', bodyParser.json(), function(req, res) {
var callback = function(arg) {
sql = arg;
//parse request body into a where clause
({ c, w, d } = build_where(req, c, w, d, args));
//if there was no body sent, return with nothing
if (c == 1) {
res.send("no body was sent");
return;
}
console.log(new Date().toISOString() + "-------------------------list changes:------------------------------")
console.log(req.body);
//parse the where clause into the main sql statement

View File

@ -14,7 +14,7 @@ from
inner join rlarp.osm_pool on
id = logid
WHERE
where_clause
quota_rep_descr = 'replace_user'
AND tag <> 'Initial Build'
group BY
ol.doc->>'user'