diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-25 18:37:29 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-25 18:37:29 +0200 |
| commit | 9b492af0841553ca8255f2e214bfb4ab3c41039f (patch) | |
| tree | 5d65058cac81a78635af5994646e41644b500b14 | |
| parent | 6d12770e28253d311e7e8e5a036391b7a78b0164 (diff) | |
| download | bridge-9b492af0841553ca8255f2e214bfb4ab3c41039f.tar.gz bridge-9b492af0841553ca8255f2e214bfb4ab3c41039f.zip | |
use lpc_id, don't overwrite previous crunchrelease/2.2.0
| -rw-r--r-- | server.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -297,6 +297,9 @@ async function crunchGlobal(force=false) { { offset: offset, limit: batchsize }); participations = await model.Participant.findAll({ attributes: ["api_id", "id"], + where: { + id: { $gt: last_crunch_participant_id.value } + }, limit: batchsize, offset: offset, order: [ ["id", "ASC"] ] |
