diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-23 13:05:17 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-23 13:05:17 +0200 |
| commit | 9b909b3ae7c74a828da60e5bf546b5feac1d0750 (patch) | |
| tree | 0f74f268564002d03876b31034b43253b05c3350 /worker.js | |
| parent | 89063de364af6bc529e1d72690ccade5aa5e2f0d (diff) | |
| download | cruncher-9b909b3ae7c74a828da60e5bf546b5feac1d0750.tar.gz cruncher-9b909b3ae7c74a828da60e5bf546b5feac1d0750.zip | |
fix sequelize having issues with :digit:
Diffstat (limited to 'worker.js')
| -rw-r--r-- | worker.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -119,6 +119,8 @@ if (LOGGLY_TOKEN) if (api_ids_global.length > 0) await seq.query(global_script, { replacements: { + build_regex_start: '^([[:digit:]]+;[[:digit:]]+,)*(', + build_regex_end: ')+(,[[:digit:]]+;[[:digit:]]+)*$', participant_api_ids: api_ids_global }, type: seq.QueryTypes.UPSERT |
